Skip to content

Instantly share code, notes, and snippets.

@RobyCigar
Last active November 22, 2021 16:33
Show Gist options
  • Save RobyCigar/1170c86117dd0b66ff255fec2e5a666b to your computer and use it in GitHub Desktop.
Save RobyCigar/1170c86117dd0b66ff255fec2e5a666b to your computer and use it in GitHub Desktop.
create virtual environment python3
python3 -m venv env
source env/bin/activate
which python3
deactivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment