Found a space in the home path. We heavily discourage this, due to multiple incompatibilities. Please check our docs for more information on this, as well as some pointers on how to migrate to a different home path. #1315
-
I get the message every time I run pipx.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
This should give you some information on it: https://pipx.pypa.io/stable/troubleshooting/#pipx-files-not-in-expected-locations-according-to-documentation However, I think both the above docs and the warning message are not clear enough for normal users. Perhaps some improvements to them are needed. |
Beta Was this translation helpful? Give feedback.
-
Ok, the problem is probably this:
Why does pipx sets |
Beta Was this translation helpful? Give feedback.
It was the default location from version 1.3 to version 1.5. In 1.5 we moved it to
~/.local/pipx
. If the old one exists, we still use that one though, but print the warning you are seeing.So if you installed Pipx between version 1.3 and 1.5, that's the behavior you see.
Please refer to this discussion on how to resolve it: #1330