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
Describe the bug py amalgamate.py does not work on windows console
Expected behavior
print to console and execute the script
Desktop (please complete the following information):
OS: Windows 10
Fix
The shebang (top line) is preventing windows from running the script correctly.
Take out the shebang on windows and run the command with py amalgamate.py COMMAND_LINE_ARGUMENTS
Describe the bug
py amalgamate.py
does not work on windows consoleExpected behavior
print to console and execute the script
Desktop (please complete the following information):
Fix
The shebang (top line) is preventing windows from running the script correctly.
Take out the shebang on windows and run the command with
py amalgamate.py COMMAND_LINE_ARGUMENTS
The script will work as expected.
Read more
The text was updated successfully, but these errors were encountered: