Last active
April 27, 2017 23:16
-
-
Save awkale/69e59fbea9660a3c2997af68e13f0d8a to your computer and use it in GitHub Desktop.
python cheatsheet #cheatsheet
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
virtualenv -p python3 env | |
# starts virtual environment | |
. ./env/bin/activate | |
# reloads to work in virtual environment |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment