Skip to content

Instantly share code, notes, and snippets.

@justinallen
Created March 18, 2021 02:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinallen/bb074c9a75f52932a85077ea1fd51e83 to your computer and use it in GitHub Desktop.
Save justinallen/bb074c9a75f52932a85077ea1fd51e83 to your computer and use it in GitHub Desktop.
virtualenv python commands
# instantiate virtualenv with specific version of python
virtualenv -p /usr/bin/python3.7 venv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment