Skip to content

amalgamate.py on windows (fix) #1129

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
TheMaverickProgrammer opened this issue Jan 4, 2020 · 1 comment
Closed

amalgamate.py on windows (fix) #1129

TheMaverickProgrammer opened this issue Jan 4, 2020 · 1 comment

Comments

@TheMaverickProgrammer
Copy link

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

The script will work as expected.

Read more

@dota17
Copy link
Member

dota17 commented Jan 20, 2020

Move to FAQ
Thanks your help.

@dota17 dota17 closed this as completed Jan 20, 2020
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

2 participants