Last active
June 9, 2016 03:12
-
-
Save npyoung/5b3227134bed1a7ffa4d20c66bcb108d to your computer and use it in GitHub Desktop.
Shell script for setting up a standard productivity environment for labwork on Ubuntu 14.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo -i | |
apt-get update | |
apt-get upgrade -y | |
apt-get install htop git | |
apt-get install python-dev pkg-config build-essential libfreetype6-dev libpng-dev libatlas-base-dev | |
wget "https://bootstrap.pypa.io/get-pip.py" | python | |
rm "get-pip.py" | |
pip install numpy scipy matplotlib seaborn scikit-image jupyter ipyparallel ipywidgets libtiff s4cmd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment