I have installed Anaconda 2.2.0 for Windows and created a virtual environment via:
> conda create -n my-env anaconda
The environment is
You command
activate astropy-dev
must be run from the D:\Anaconda directory. Then it should work. To check, type:
conda info -e
You don't need the .bat. It's just activate my-env.
If you are using Powershell, activate
currently does not support it. You will need to modify your PATH manually, or else use the cmd shell.
Are you calling activate
from within a batch script? Then it should be call activate my-env
.