Skip to content

Instantly share code, notes, and snippets.

@sburns
Created June 27, 2014 16:23
Show Gist options
  • Save sburns/5bd6a203721bfaef4031 to your computer and use it in GitHub Desktop.
Save sburns/5bd6a203721bfaef4031 to your computer and use it in GitHub Desktop.
Python scientific stack in <40 seconds!
$ mkvirtualenv test && workon test
New python executable in test/bin/python2.7
Not overwriting existing python script test/bin/python (you must use test/bin/python2.7)
Installing setuptools, pip...done.
$ pip --version
pip 1.5.4 from /Users/scottburns/.virtualenvs/test/lib/python2.7/site-packages (python 2.7)
$ date; pip install numpy pandas scipy > /dev/null; date
Fri Jun 27 11:19:57 CDT 2014
Fri Jun 27 11:20:35 CDT 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment