Skip to content

Badly-formatted hashbang in setup.py #352

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

Closed
ukch opened this issue Nov 9, 2011 · 2 comments
Closed

Badly-formatted hashbang in setup.py #352

ukch opened this issue Nov 9, 2011 · 2 comments
Labels
Build Library building on various platforms
Milestone

Comments

@ukch
Copy link

ukch commented Nov 9, 2011

The first line of the file setup.py is as follows:

#/usr/bin/env python

(ie. missing a ! symbol)

Attempting to eecute the file with the command ./setup.py results in some strange errors. A work-around is to execute the file using python setup.py instead.

@ukch
Copy link
Author

ukch commented Nov 9, 2011

(Tested on version 0.5.0, but still prsent in HEAD)

wesm added a commit that referenced this issue Nov 10, 2011
@wesm
Copy link
Member

wesm commented Nov 10, 2011

thanks for pointing this out-- fixed in git master, will be in 0.5.1 release

@wesm wesm closed this as completed Nov 10, 2011
dan-nadler pushed a commit to dan-nadler/pandas that referenced this issue Sep 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Library building on various platforms
Projects
None yet
Development

No branches or pull requests

2 participants