Skip to content

Instantly share code, notes, and snippets.

@darenr
Created March 12, 2025 22:23
Show Gist options
  • Select an option

  • Save darenr/e2217d16f2832e21bd7d79aaa5d0cecb to your computer and use it in GitHub Desktop.

Select an option

Save darenr/e2217d16f2832e21bd7d79aaa5d0cecb to your computer and use it in GitHub Desktop.

basic command set

  • uv python install if you want a particular version of python to be installed
  • uv init --vcs none [--python ] in each directory to initialize the python project
  • uv add [--dev] to add libraries to your venv
  • uv run when you want to run a command in the venv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment