Skip to content

Instantly share code, notes, and snippets.

@rhovelz
Created September 10, 2024 02:51
Show Gist options
  • Save rhovelz/4fb520561790cb3bd75f2e8d8ba3061a to your computer and use it in GitHub Desktop.
Save rhovelz/4fb520561790cb3bd75f2e8d8ba3061a to your computer and use it in GitHub Desktop.

Setup

  • python -m venv nameofthedir
  • virtualenv nameofthedir
  • source nameofthedir/bin/activate

To deactivate

  • deactivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment