Skip to content

Instantly share code, notes, and snippets.

@P7h
Last active April 14, 2016 21:58
Show Gist options
  • Select an option

  • Save P7h/7ad367d71d9be670d6ae to your computer and use it in GitHub Desktop.

Select an option

Save P7h/7ad367d71d9be670d6ae to your computer and use it in GitHub Desktop.
Numpy and Scipy [and also 7zip] on Ubuntu.
sudo apt-get update
sudo apt-get install openssh-server
sudo apt-get install p7zip p7zip-full unzip python-pip python-dev
sudo apt-get install gfortran libopenblas-dev liblapack-dev
sudo pip install numpy
sudo pip install scipy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment