Replies: 2 comments 2 replies
-
I had a thought of using |
Beta Was this translation helpful? Give feedback.
-
|
i'm ok with pipx itself being installed onto a system python, but i would love it if pipx could manage its own python versions the way rye does. I think it would be amazing if you could do |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
One of the my biggest issues with
pipxhas been that it doesn't own its own python binary (#244). Today I found out that rye solves this problem and can serve as a potential replacement for pipx. Check the Global Tools section in the README:It apparently uses this python:
Example showing how
ryemanages its own python:Example installing global tools with rye:
What do other folks think of this approach? Anyone else using
ryeoverpipx? Canpipxalso stop relying on the system python?Beta Was this translation helpful? Give feedback.
All reactions