Last active
October 11, 2015 18:40
-
-
Save chrishokamp/c8f456378c1b3dd0f030 to your computer and use it in GitHub Desktop.
install the anaconda scientific python distribution
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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