Skip to content

Instantly share code, notes, and snippets.

@npyoung
Last active June 9, 2016 03:12
Show Gist options
  • Save npyoung/5b3227134bed1a7ffa4d20c66bcb108d to your computer and use it in GitHub Desktop.
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
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