I am using Anaconda Python distribution. I am wondering how best to manage versioned Conda environments for Python projects.
Each of my projects is a Mercurial repository. They use certain Python packages in certain versions. What is the best way to put these environments in the repository in such a way that as long as Anaconda is installed on the computer, everything will run smoothly without reconfiguring the environments?
source
share