Using anaconda environments with cygwin on windows
问题 Trying to set up environments with anaconda through the cygwin interface on Windows NT, and failing. Creating environments ( conda create -n test_env ) works fine. But activate test_env fails. I tried hacking it with: export PATH=/cygdrive/c/users/nick/anaconda3/envs/test:$PATH This fixes some behavior ( which python points to the right python). But if I then do a "conda install" command, it installs into the root anaconda directory, not the environment. Perhaps the export is local to the