Add uv to the Positron bundle #8355
Unanswered
marcdotson
asked this question in
Feedback
Replies: 1 comment 7 replies
-
For clarity, unless I am very mistaken, we do not bundle pyenv. I think it's unlikely that we would bundle uv either as a whole, but we have definitely had discussions about providing a "pit of success" experience to get folks to install it quite easily, set up new Python interpreters, etc. I too am a big fan of uv! I'll open an issue with your info here about support for installing uv easily. |
Beta Was this translation helpful? Give feedback.
7 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.
-
Following a discussion with @austin3dickey on Positron Remote SSH functionality in #8194 and experiencing how seamless {reticulate}'s new
py_require()
declarations work, I think it would be great to add uv to the Positron bundle.With uv included, you could:
Interpreter: Discover All Interpreters
manually to find another install).reticulate::py_require()
, if a project doesn't have an environment, uv can automatically create and activate one as suggested in python: if a project with dependencies is opened without a venv, create and activate one #6965.I was skeptical of uv at first, but like Polars, the speed of these Rust-based tools are convincing once you've seen them in action. Plus there's something powerful about having a single tool to replace pyenv, venv, and pip -- especially for people new to Python.
Beta Was this translation helpful? Give feedback.
All reactions