Skip to content

Instantly share code, notes, and snippets.

@oclero
Created January 7, 2025 11:02
Show Gist options
  • Select an option

  • Save oclero/ad6f907e5cd9829331c47c11075b1acd to your computer and use it in GitHub Desktop.

Select an option

Save oclero/ad6f907e5cd9829331c47c11075b1acd to your computer and use it in GitHub Desktop.
MacOS Python Virtual Environment
python3 -m venv .venv
source .venv/bin/activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment