Created
November 16, 2019 16:34
-
-
Save cdesch/343ca5581e33253a4a0270a54c6950d7 to your computer and use it in GitHub Desktop.
Python Environment 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
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