You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: make plain zipapp work with bootstrap=script (#2598)
The `__main__.py` template (zip_main_template.py) was using the wrong
path when creating
the interpreter symlinks. It as computing it correctly, just the wrong
variable was used
in the symlink() call.
To fix, pass the correct variable.
Also adds a test to check that it's runnable.
Fixes#2596
0 commit comments