Created
July 13, 2015 19:41
-
-
Save zubairalam/2cc8756c02c4b1156ff1 to your computer and use it in GitHub Desktop.
Install python3 dependencies using virtualenv
This file contains hidden or 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
| sudo apt-get install python3-pip | |
| virtualenv --no-site-packages --distribute -p /usr/bin/python3.3 ~/.virtualenvs/pywork3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment