Created
December 24, 2017 06:46
-
-
Save muizidn/0c5f2cf414b1be0d4854fd747ad7390a 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
# Make folder <folder>.python | |
mkdir SomeFolder.python; cd SomeFolder.python | |
# Make VirtualEnv | |
virtualenv -p $(which python3) .venv | |
# Activate | |
source .venv/bin/activate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment