Skip to content

Instantly share code, notes, and snippets.

@filipedfs
Created July 9, 2023 12:26
Show Gist options
  • Select an option

  • Save filipedfs/f235af6f04107a296f566ca20c6679bc to your computer and use it in GitHub Desktop.

Select an option

Save filipedfs/f235af6f04107a296f566ca20c6679bc to your computer and use it in GitHub Desktop.
Create a python virtual environment
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