Use uv when setting up a new project python environment in Positron #8883
Answered
by
austin3dickey
fcamineiro
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
austin3dickey
Aug 7, 2025
Replies: 1 comment 3 replies
-
Hey @fcamineiro, thanks for the question. Some thoughts that may help solve the issue:
If these questions don't help, let me get some more info. Could you please attach:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah, great! We'll definitely want to make sure that other
uv
installation methods work too.My best guess is that the PATH wasn't being modified correctly upon opening Positron. For example, if I have
uv
at~/.cargo/bin/uv
, Positron does find it because in my~/.profile
there exists the line. "$HOME/.cargo/env
, which adds~/.cargo/bin
to my PATH. But if something weren't quite right there, I could see a scenario whereuv
isn't on the PATH upon opening Positron, so it's not found.Sounds like the standalone installer fixed whatever PATH modification was necessary. 🤷