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
This adds a batch file to invoke the python configure script on Windows.
This mirrors the script for Linux and macOS (`configure`). This is
needed since Windows does not support shebangs, and will not invoke the
python script as a result without the explicit interpreter.
0 commit comments