uv (python)

uv (python)

UV is a venv wrapper.

  1. Create a venv at the local directory
text
uv venv
  1. Activate with
text
source .venv/bin/activate
  1. Install dependencies
text
uv pip install .
  1. For deactivating, run
text
pyenv deactivate
Backlinks1