Created
December 7, 2016 02:58
-
-
Save ardian/2d292119b5b285c340e1af2c2dc7600e 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
virtualenv -p /usr/bin/python3 yourenv | |
source yourenv/bin/activate | |
pip install package-name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment