Skip to content

"..\pythonw.exe" as the new shebang !? #250

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
stonebig opened this issue Feb 17, 2016 · 3 comments
Closed

"..\pythonw.exe" as the new shebang !? #250

stonebig opened this issue Feb 17, 2016 · 3 comments

Comments

@stonebig
Copy link
Contributor

Current shebang for a movable WinPython is "#!..\python.exe" which means:

  • python.exe must first be put in the path,
  • double-click on "sqlite_bro.exe" doesn't work.

Apparently we can use a relative shebang "#!..\python.exe", which means:

  • we don't need a python in the path (and won't use it anyway)
  • double-click on "sqlite_bro.exe" would work,
  • and of course it would continue to work after moving WinPython.
@stonebig stonebig added this to the 2016-02 Matplotlib 2.0.0 / Pandas 0.18 milestone Feb 17, 2016
@stonebig
Copy link
Contributor Author

done via #254

@stonebig stonebig reopened this Feb 20, 2016
@stonebig
Copy link
Contributor Author

doesn't work for "pip.exe" (subprocess issue)... reverting the default to "python.exe" instead of "..\python.exe"

@stonebig
Copy link
Contributor Author

revert to default behavior via #261

keep the option/code open, in case we want to do that for a few packages

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

No branches or pull requests

1 participant