Skip to content

Commit

Permalink
update anaconda install
Browse files Browse the repository at this point in the history
  • Loading branch information
camillescott committed Apr 13, 2016
1 parent a58dfbc commit e26708a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit e26708a

Please sign in to comment.