-
Notifications
You must be signed in to change notification settings - Fork 84
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
Homebrew shebang in the package on PyPI #116
Comments
Looks like something changed to cause bdist_wheel to include the shebang. I've deleted the wheel entirely since the source install is almost as fast. |
That's really odd: |
Right, now it works well without the wheel. Closing this now.. |
Hi,
there is a shebang from Homebrew in the script in the bagit.py package downloaded from PyPI.
This effectivelly breaks the functionality if not run from within Homebrew, like other POSIX systems, Windows, non-homebrew OSX etc..
Even the hashes and filesizes are different..perhaps a manual PyPI push from the Homebrew environment?
I would suggest to create an os-independent Wheel..that's why we write tools in Python, right? :)
But other than this, thanks for all the great work!
The text was updated successfully, but these errors were encountered: