Does rye expose the uv
installation that it uses?
#1277
Unanswered
nikhilweee
asked this question in
Q&A
Replies: 1 comment
-
It sounds like a use case for dev-dependencies, is that something you could use? It seems like formally rye does not expose its uv installation. You could install it separately using "rye tools install". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have configured rye to use the uv under the hood. I see that there's a
uv
folder located inside~/.rye
. Is there a way to use this installation of uv? Is it even recommended to do so? The reason I ask is that if uv comes preinstalled with rye, it would save the user from installing uv separately.My particular use case is that I want some packages in my venv but not in
pyproject.toml
, so I do auv pip install <package>
instead ofrye add <package>
. Right now I have to install uv separately if I intend to do so.Beta Was this translation helpful? Give feedback.
All reactions