Change default virtualenv installation directory on Anaconda

0

Using the command:

conda create --name myenv-test python=3.6

By default Anaconda creates virtualenv within the C: \ Users \ You-user \ Anaconda3 \ envs

I would like to create my virtualenv within a specific folder (leave each virtualenv within the project's own folder), is it possible to do with Anaconda?

    
asked by anonymous 11.09.2018 / 22:40

0 answers