Skip to content

Instantly share code, notes, and snippets.

@retornam
Created September 12, 2010 11:28
Show Gist options
  • Save retornam/576009 to your computer and use it in GitHub Desktop.
Save retornam/576009 to your computer and use it in GitHub Desktop.
echo 'Installing numpy ...'
sudo easy_install http://www.maths.otago.ac.nz/~fonnesbeck/numpy-1.4.0.dev7542_20091216-py2.6-macosx-10.6-universal.egg
echo 'Installing matplotlib ...'
sudo easy_install http://www.maths.otago.ac.nz/~fonnesbeck/matplotlib-1.0.svn_r8037-py2.6-macosx-10.6-universal.egg
echo 'Installing scipy ...'
sudo easy_install http://www.maths.otago.ac.nz/~fonnesbeck/scipy-0.7.1_20091217-py2.6-macosx-10.6-universal.egg
echo 'Installing pymc ...'
sudo easy_install http://www.maths.otago.ac.nz/~fonnesbeck/pymc-2.1alpha_20091216-py2.6-macosx-10.6-universal.egg
echo 'Installing readline and ipython ...'
sudo easy_install http://www.maths.otago.ac.nz/~fonnesbeck/readline-2.5.1-py2.6-macosx-10.6-universal.egg
sudo easy_install http://www.maths.otago.ac.nz/~fonnesbeck/ipython-0.11.bzr.r1205-py2.6.egg
echo 'Installing nose ...'
sudo easy_install http://www.maths.otago.ac.nz/~fonnesbeck/nose-0.11.0.dev_r560-py2.6.egg
echo 'Installing DateUtils'
sudo easy_install DateUtils
echo 'Done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment