Skip to content

Instantly share code, notes, and snippets.

@dashmug
Last active August 29, 2015 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dashmug/d123b8e8906bf680f593 to your computer and use it in GitHub Desktop.
Save dashmug/d123b8e8906bf680f593 to your computer and use it in GitHub Desktop.
apt-get install python-software-properties
add-apt-repository ppa:keithw/mosh
apt-get update && apt-get upgrade -y
apt-get install -y \
python-dev \
python3-dev \
build-essential \
git \
postgresql \
postgresql-contrib \
libpq-dev \
python-setuptools \
libjpeg-dev \
libtiff-dev \
zlib1g-dev \
libfreetype6-dev \
liblcms2-dev \
nginx
easy_install pip
pip install virtualenvwrapper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment