-
Notifications
You must be signed in to change notification settings - Fork 413
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
Add macos shebang workaround description #1204
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Head branch was pushed to by a user without write access
Co-authored-by: chrysle <fritzihab@posteo.de> Co-authored-by: Jason Lam <meowmeowcat1211@gmail.com>
As pointed out in this comment, the issue isn't specific to macOS. It affects all Unix systems because Unix is hostile to spaces in filenames. It just happens to affect pipx users on macOS because pipx has opted to use the recommended platform dirs for mac that include spaces. Also, as pointed out in the docutils comment, this documented workaround is slightly terrible. It requires mutating the install on every package install or update. It also requires polluting the user's (thanks though for working on a solution; I respect the work here) |
docs/changelog.md
Summary of changes
Add docs for shebang path issues on macOS according to #1198
closes #1198