Skip to content

Instantly share code, notes, and snippets.

@luk3thomas
Last active January 2, 2016 23:59
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 luk3thomas/8380093 to your computer and use it in GitHub Desktop.
Save luk3thomas/8380093 to your computer and use it in GitHub Desktop.
Python 2.6 project
  1. Install virtualenv pip install virtualenv. Installation instructions here
  2. virtualenv -p /usr/bin/python2.6 <path/to/new/virtualenv/>
  3. pip install -r requirements.pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment