Skip to content

Instantly share code, notes, and snippets.

@muizidn
Created December 24, 2017 06:46
Show Gist options
  • Save muizidn/0c5f2cf414b1be0d4854fd747ad7390a to your computer and use it in GitHub Desktop.
Save muizidn/0c5f2cf414b1be0d4854fd747ad7390a to your computer and use it in GitHub Desktop.
# 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