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
The git pull, gets the Windows ^M line-ends version.
I need to do dos2unix to clean it while others may be stuck on failed executions from exported terminal bins in PATH.
It requires explicit python interpreter calling instead of using
#!/usr/bin/env python3
or
#!/usr/bin/python3
Henceforth, exporting my PATH=/hack/bins/ would fail.
./photon.py
Please always save clean UNIX format!
The text was updated successfully, but these errors were encountered:
The git pull, gets the Windows ^M line-ends version.
I need to do dos2unix to clean it while others may be stuck on failed executions from exported terminal bins in PATH.
It requires explicit python interpreter calling instead of using
Henceforth, exporting my PATH=/hack/bins/ would fail.
./photon.py
Please always save clean UNIX format!
The text was updated successfully, but these errors were encountered: