PolyEdge / scratchapi

[CURRENTLY UNMAINTAINED] Scratch API Interface
40 stars 15 forks source link

Fix shebang #6

Closed jeandrek closed 8 years ago

jeandrek commented 8 years ago

Shebangs on *nix don't check the PATH environment variable and a full path to the executable needs to be specified.

BookOwl commented 8 years ago

He's using the Python Windows Launcher's shebang.

jeandrek commented 8 years ago

What's that?

jeandrek commented 8 years ago

Added executable bit to scratchapi.py

jeandrek commented 8 years ago

Does the Python Windows Launcher allow #!/usr/bin/env python3?

PolyEdge commented 8 years ago

idk i cant test atm

On Feb 26, 2016, at 20:36, Jonathan50 notifications@github.com wrote:

Does the Python Windows Launcher allow #!/usr/bin/env python3?

— Reply to this email directly or view it on GitHub.

BookOwl commented 8 years ago

I think so.

PolyEdge commented 8 years ago

Yes, it works. I'll merge now.

jeandrek commented 8 years ago

Cool!