I can't write (and therefore install packages) to the C:\Anaconda\envs\
folder, but even after changing the envs directories variable to point to a new path the activate
command does not work.
Any suggestions? I looked at the activate.py script, but don't see an error message that matches mine or where to change the file path
Working in Windows-64. Not in powershell. Not sure how to manually edit my PATH. Already looked at Conda virtual envinment not changing under Windows - similar issue
I also didn't have success with this similar post: How to activate an Anaconda environment
The activate.bat file is what is generating the error at line 24, but I'm not sure how to fix it. Seems like the ANACONDA_ENVS is set in line 4, but I have no idea what ANACONDA_ENVS=%%~fi means