diff --git a/doc/installing.rst b/doc/installing.rst index 55a7de2f..33a1fa11 100644 --- a/doc/installing.rst +++ b/doc/installing.rst @@ -110,11 +110,12 @@ to install and saves a lot of time compiling things when creating new environmen install it on Ubuntu, first download it:: cd - curl -OL https://3230d63b5fc54e62148e-c95ac804525aac4b6dba79b00b39d1d3.ssl.cf1.rackcdn.com/Anaconda2-2.4.0-Linux-x86_64.sh + curl -OL https://3230d63b5fc54e62148e-c95ac804525aac4b6dba79b00b39d1d3.ssl.cf1.rackcdn.com/Anaconda2-4.0.0-Linux-x86_64.sh And run the installer:: - bash Anaconda2-2.4.0-Linux-x86_64.sh + bash Anaconda2-2.4.0-Linux-x86_64.sh -b + echo 'export PATH=$HOME/anaconda2/bin:$PATH' >> $HOME/.bashrc Select `yes` when prompted on adding it to your `.bashrc`, and resource your profile to gain access to it::