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?