Last active
August 29, 2015 14:25
-
-
Save dashmug/d123b8e8906bf680f593 to your computer and use it in GitHub Desktop.
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
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