Skip to content

Instantly share code, notes, and snippets.

@greeness
Created November 22, 2011 21:01
Show Gist options
  • Save greeness/1386945 to your computer and use it in GitHub Desktop.
Save greeness/1386945 to your computer and use it in GitHub Desktop.
create egg file for scipy
sudo apt-get install gfortran libblas-dev liblapack-dev
cd scipy-0.10.0
python setupegg.py bdist_egg
# wait about 5 minutes on my machine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment