Created
July 9, 2023 12:26
-
-
Save filipedfs/f235af6f04107a296f566ca20c6679bc to your computer and use it in GitHub Desktop.
Create a python virtual environment
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
| python3 -m venv path-to-venv # Normally I use "venv" as the name of the folder | |
| source path-to-venv/bin/activate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment