Managing Python Toolchain Versions and poetry #606
rumpelsepp
started this conversation in
Show and tell
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
With uv Python toolchains can be managed without overwriting system tools. Currently
uv
is not yet in Debian, but there ispipx
for installing tools in ownvenvs
, a symlink is placed in$HOME/.local/bin
.List your Python installations:
There is a command to install one of those:
You can use it like this (
TOOLCHAIN_NAME
see first column ofuv python list
):Voilà.
Beta Was this translation helpful? Give feedback.
All reactions