Skip to content

Instantly share code, notes, and snippets.

@cdesch
Created November 16, 2019 16:34
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 cdesch/343ca5581e33253a4a0270a54c6950d7 to your computer and use it in GitHub Desktop.
Save cdesch/343ca5581e33253a4a0270a54c6950d7 to your computer and use it in GitHub Desktop.
Python Environment Cheatsheet
https://www.geeksforgeeks.org/python-virtual-environment/
$ virtualenv -p /usr/bin/python3 virtualenv_name
$ source virtualenv_name/bin/activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment