Best way to have seperate versions of tools like poetry or pipx - hide a path? Something else better? #1259
Unanswered
jay-tuckey
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I currently have installed python-poetry with pipx on my host OS (Steam OS 3.5), however, when I try and run it inside a fedora 38 distrobox I get the error:
This makes sense, as the host and distrobox python versions don't match. I'm cautious that if I re-install it with
pipx
then it will be broken on the host, as the~/.local
directory seems to be shared.Is there a way to hide a whole path from distrobox? Like I could just hide
~/.local
and have it re-created inside distrobox?Alternatively, is there a better way to solve this?
Beta Was this translation helpful? Give feedback.
All reactions