uv (python)
UV is a venv
wrapper.
- Create a venv at the local directory
uv venv
- Activate with
source .venv/bin/activate
- Install dependencies
uv pip install .
- For deactivating, run
pyenv deactivate
UV is a venv
wrapper.
uv venv
source .venv/bin/activate
uv pip install .
pyenv deactivate