Skip to content

Instantly share code, notes, and snippets.

@chrishokamp
Last active October 11, 2015 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrishokamp/c8f456378c1b3dd0f030 to your computer and use it in GitHub Desktop.
Save chrishokamp/c8f456378c1b3dd0f030 to your computer and use it in GitHub Desktop.
install the anaconda scientific python distribution
# install the anaconda python distribution
echo 'grabbing the distro, note that you need to accept the license...'
wget https://3230d63b5fc54e62148e-c95ac804525aac4b6dba79b00b39d1d3.ssl.cf1.rackcdn.com/Anaconda-2.3.0-Linux-x86_64.sh
bash Anaconda*.sh
echo "all done, have a great day $USER"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment