uv pip install
cannot be used with non-default venv names created by uv venv
without venv activation
#1625
Labels
duplicate
This issue or pull request already exists
uv pip install
does not have a workflow for installing directly into a venv previously created byuv venv
(and there is nouv
entrypoint in the venv that could be used instead).This is inconvenient when using a workflow that benefits from not activating the venv whose site is being manipulated (e.g. multiple Python versions/target environments).
uv version: (0.1.4 @ fef1956)
Platform: Ubuntu 20.04
Python version: 3.9.16 provided by pyenv
Reproduction
NOTE: this invocation points directly at the
uv
entrypoint as a workaround for #1623.The text was updated successfully, but these errors were encountered: