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
In OSX you cannot install python3 in /usr/bin without some special effort, so the shebang you have in bchc won't work easily. The following shebang works for OSX, would this play nice for Linux as well?
#!/usr/bin/env python3
The text was updated successfully, but these errors were encountered:
In OSX you cannot install python3 in
/usr/bin
without some special effort, so the shebang you have in bchc won't work easily. The following shebang works for OSX, would this play nice for Linux as well?#!/usr/bin/env python3
The text was updated successfully, but these errors were encountered: