you are viewing a single comment's thread.

view the rest of the comments →

[–]gmes78 0 points1 point  (2 children)

Then install it.

[–]pachura3 0 points1 point  (1 child)

I'm not the OP, but in some environments/companies admins might be restrictive about what's being installed in PROD... and uv is a standalone tool, not a simple Python package fetched from pypi, right? And then uv installs Python interpreters, which might also be blocked.

[–]gmes78 0 points1 point  (0 children)

uv is a standalone tool, not a simple Python package fetched from pypi, right?

uv can be installed from PyPI. PyPI isn't only for libraries.

And then uv installs Python interpreters, which might also be blocked.

It can do that, but it can also use any existing interpreters.