Skip to content

Instantly share code, notes, and snippets.

@arsham
Last active August 29, 2015 14:14
Show Gist options
  • Save arsham/6335836d879ae9558eee to your computer and use it in GitHub Desktop.
Save arsham/6335836d879ae9558eee to your computer and use it in GitHub Desktop.
Installing external package in virtualenv for edit purposes
# Do this in your environment
python setup.py develop --install-dir /path/to/virtualen/lib/python3.4/site-packages
# or: python setup.py develop --multi-version --exclude-scripts --install-dir /path/to/virtualen/lib/python3.4/site-packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment