findpython icon indicating copy to clipboard operation
findpython copied to clipboard

Add support for uv as replacement for rye

Open matejsp opened this issue 8 months ago • 1 comments

Please add support for uv. Uv is replacement for rye that you support. The reason for that is because poetry in 2.1.x started using findpython to find python instalation and would remove couple of hacks that are currently required.

Links: https://lucumr.pocoo.org/2024/2/15/rye-grows-with-uv/ https://github.com/python-poetry/poetry/releases/tag/2.1.0

Example run:

uv python list
cpython-3.11.6-macos-aarch64-none                  ~/.local/share/uv/python/cpython-3.11.6-macos-aarch64-none/bin/python3.11

matejsp avatar Feb 17 '25 06:02 matejsp