Skip to content

Instantly share code, notes, and snippets.

@cigrainger
Created June 4, 2014 14:06
Show Gist options
  • Select an option

  • Save cigrainger/a524e69ec075693c9a97 to your computer and use it in GitHub Desktop.

Select an option

Save cigrainger/a524e69ec075693c9a97 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt-get install python-dev build-essential checkinstall cvs subversion git-core mercurial unzip gfortran autoconf automake libz-dev libsqlite3-dev libncursesw5-dev libssl-dev libgdbm-dev libc6-dev libsqlite3-dev
sudo apt-get install python-setuptools libblas-dev libblas-doc libblas-test libblas3 libblas3gf liblapack-dev liblapack-doc liblapack-doc-man liblapack-pic liblapack-test liblapack3 liblapack3gf liblapacke liblapacke-dev libatlas-base-dev libatlas-dev libatlas-doc libatlas-test libatlas3-base libatlas3gf-base
sudo apt-get -y install libx11-dev
sudo apt-get install r-base r-base-dev
sudo easy_install numpy
sudo easy_install scipy
sudo easy_install gensim[distributed]
sudo apt-get install python-matplotlib
sudo easy_install pandas
sudo easy_install nltk
sudo python -m nltk.downloader -d /usr/share/nltk_data all
sudo apt-get install python-pip
sudo pip install ipython
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment