-
A minimal code snippet that reproduces the bug.
$ uv venv venv
$ ./venv/bin/uv install ipython
no such file or directory: ./venv/bin/uv
-
The current uv platform.
Fedora 40 with Python 3.12
-
The current uv version (uv --version).
0.2.35
It would be great if a uv binary was included in virtual environments' bin directories so it would be possible to install packages inside using uv without having to activate the venv, similar to how standard virtual environments' pip entrypoints work.
A minimal code snippet that reproduces the bug.
The current uv platform.
Fedora 40 with Python 3.12
The current uv version (
uv --version).0.2.35
It would be great if a uv binary was included in virtual environments' bin directories so it would be possible to install packages inside using uv without having to activate the venv, similar to how standard virtual environments' pip entrypoints work.