We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current shebang for a movable WinPython is "#!..\python.exe" which means:
Apparently we can use a relative shebang "#!..\python.exe", which means:
The text was updated successfully, but these errors were encountered:
done via #254
Sorry, something went wrong.
doesn't work for "pip.exe" (subprocess issue)... reverting the default to "python.exe" instead of "..\python.exe"
revert to default behavior via #261
keep the option/code open, in case we want to do that for a few packages
No branches or pull requests
Current shebang for a movable WinPython is "#!..\python.exe" which means:
Apparently we can use a relative shebang "#!..\python.exe", which means:
The text was updated successfully, but these errors were encountered: