Hacker News new | ask | show | jobs
by jimmcslim 671 days ago
The documentation suggests that `uv python list` should be able to see my pyenv Python's as well... but it doesn't appear to?
1 comments

Seems they need to be on $PATH to get picked up. In Rye there's also a command to "register" a Python install at a specific path.

https://docs.astral.sh/uv/concepts/python-versions/#discover...

https://rye.astral.sh/guide/toolchains/#registering-toolchai...

My <HOME>/.pyenv/shims directory is on the path, but still getting nothing from uv about the pyenv versions specifically.
Write an issue on their GitHub if you don't already see one, they're very responsive