Created
July 6, 2017 06:17
-
-
Save kevalpatel2106/fafb148b483dba7ce9f5309ca0af16d0 to your computer and use it in GitHub Desktop.
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-dev python3-venv | |
$ python3 -m venv env | |
$ env/bin/python -m pip install --upgrade pip setuptools |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment