Skip to content

Instantly share code, notes, and snippets.

@robbwagoner
Last active December 21, 2016 22:34
Show Gist options
  • Save robbwagoner/8721a90059f0ddf720b161576ca68664 to your computer and use it in GitHub Desktop.
Save robbwagoner/8721a90059f0ddf720b161576ca68664 to your computer and use it in GitHub Desktop.
Ubuntu 14.04
sudo apt-get update
sudo apt-get install -y python-dev python-virtualenv virtualenvwrapper libffi-dev libssl-dev
source /etc/bash_completion.d/virtualenvwrapper
mkvirtualenv foo
pip install --upgrade pyopenssl ndg-httpsclient pyasn1 urllib3[secure]
pip install --upgrade pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment