-
Notifications
You must be signed in to change notification settings - Fork 431
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 ensurepath fails on last Alpine (3.20): "No such file or directory: 'bash'" #1486
Comments
This sounds like an issue with |
Looks like a userpath problem, indeed:
Do you want me to open an issue in userpath's Github? |
Yes, and I believe that should be the correct place for this issue. |
Here you go ofek/userpath#60 |
Describe the bug
pipx ensurepath
fails with a cryptic error on the last Alpine in docker with default shell and user (ash shell, root user). Not sure it has ever worked before.The same does work on debian:
How to reproduce
sh
is ash, alpine default shell. You can reproduce just the same it with a real docker session and not the onelinerdocker run [...] -c sh [...]
. The oneliner was for this ticket concision purpose.Expected behavior
I guess it should work? Or maybe have a gotcha section in https://pipx.pypa.io/stable/troubleshooting/ ?
The text was updated successfully, but these errors were encountered: