Skip to content
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

BF: fix shebang lines #434

Merged
merged 1 commit into from
Mar 29, 2016
Merged

Conversation

matthew-brett
Copy link
Member

Fix shebang lines of scripts so setuptools installs them correctly.

Fix shebang lines of scripts so setuptools installs them correctly.
@matthew-brett
Copy link
Member Author

2 minute review anyone? With this one in we should be back to all tests passing on the buildbots.

@grlee77
Copy link
Contributor

grlee77 commented Mar 24, 2016

This worked okay when I tried it, but what was the problem with using #!/usr/bin/env python?

@matthew-brett
Copy link
Member Author

There's some discussion here : nipy/nipy#393 - setuptools will rewrite the shebang lines correctly for the python for which it is installing - e.g. a virtualenv - but - for some versions of setuptoools - only if the shebang line in the original script is exactly #!python.

@matthew-brett
Copy link
Member Author

Will merge tomorrow unless I hear otherwise.

@matthew-brett matthew-brett merged commit be9b778 into nipy:master Mar 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants