Installing Anaconda into a Virtual Environment
I just tested the Anaconde 1.6 installer from http://continuum.io/downloads After downloading, I did: bash Anaconda-1.6.0-Linux-x86_64.sh If you take the defaults, you’ll end up with a directory anaconda in your home directory, completely separate from your EPD or system Python installation. To activate the anaconda installation’s default environment, do the following: source $HOME/anaconda/bin/activate ~/anaconda All Python … Read more