-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pipx install --global
partially installs in ~/.local
#1475
Comments
After some consideration I noticed that the log files should also be written into the global directories instead of |
Encountering similar bug/behavior with |
That's most likely related to #1443. Try putting |
Describe the bug
When executing
pipx install --global
:/opt/pipx/venvs
and the binaries and manual pages to/usr/local/bin
and/usr/local/man
.~/.local/share/pipx
.~/.local/bin
and~/.local/share/man
directories are created. (This can be a problem if there are no write permissions to~/.local
, e.g. in a docker container without a proper user home directory.)How to reproduce
Expected behavior
The text was updated successfully, but these errors were encountered: