Skip to content

Instantly share code, notes, and snippets.

@ralovets
Forked from cshen/gist:6492856
Last active August 29, 2015 14:27
Show Gist options
  • Save ralovets/5247ad71e97222427d36 to your computer and use it in GitHub Desktop.
Save ralovets/5247ad71e97222427d36 to your computer and use it in GitHub Desktop.
Install Pylearn2 on a Ubuntu box
Install Pylearn2 on a Ubuntu box
https://github.com/lisa-lab/pylearn2
Assume that the default version of Python is 2.7.3
Tested on a machine with
- Linux 3.2.0-26-generic x86_64 GNU/Linux
- Ubuntu 12.04.2 LTS (Precise Pangolin)
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install libamd2.2.0 libblas3gf
sudo apt-get install libc6 libgcc1 libgfortran3 liblapack3gf libumfpack5.4.0 libstdc++6
sudo apt-get install gfortran libatlas-dev python2.7-dev
sudo apt-get install python-numpy pythin-scipy
sudo apt-get install python-setuptools git-core
sudo apt-get install libyaml-dev python-yaml
sudo easy_install python-pip
sudo pip install --upgrade --no-deps git+git://github.com/Theano/Theano.git
sudo pip install git+git://github.com/lisa-lab/pylearn2.git
sudo apt-get install python-matplotlib python-scikits-learn
sudo pip install pandas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment