Pro's capability is coming along very nicely and I'd like to request documentation for esri's conda environment to centralize all of the community/blog posts/esri documents that contain small snippets of commands, like proswap. This would help us Dev's work out a reliable means of deploying custom envs along with our custom add-ins/ toolboxes. Creating a custom env once is manageable for one pc, but I want to automate/ package up an env to deploy to 30+ pc's without (the user or I) having to sit through the clone, conda/pip installing of additional packages at each pc. How can I have Pro create an environment with the packages I need for the custom scripts? How can this process also include the ability to pip packages when the package is not in conda? I think this type of documentation for esri's conda would be greatly appreciated.
For reference, this idea came from developing a custom addin and needing to set up a custom environment on the target pc's. I am currently using a cmd/bat script that is launched by an add-in button to clone, install missing packages, pip other packages, and set the active environment, but it has only worked on a few pc's.
Thank you for your time! Please give a thumbs up to help those who are trying to make things easier for you!