Closed techvoltage closed 6 years ago
Ubuntu requires Unix-style line endings (LF). On Ubuntu 16.04, it throws error: /usr/bin/env: ‘python3\r’: No such file or directory
that's weird, I just pulled the repo on Ubuntu and it works fine
Ok, I found out that the line endings were converted when pushing to git repo but not in the wheel. Fixing that right now.
Ubuntu requires Unix-style line endings (LF). On Ubuntu 16.04, it throws error: /usr/bin/env: ‘python3\r’: No such file or directory