When I run the code,
conda info --envs
it lists three environments, but I know I have more environments because when I activate other environments (that I remember creating), it works.
Is this an indication that something is wrong with my conda environments? Is there a way to fix it?
I'm running a windows 10 system. python 3.5 installed
If the environments which are not being listed are in some non-standard location, you can always add them to the list of directories to be searched for:
conda config --append envs_dirs /path/to/directory/containing/other/environments
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With