RaSan147 / pyrobox

Turn your computer into Local File Hosting Server. Improved version on Python 3 http.server with Upload and LOTS of FEATURES. In short a home/office remote File-Manager
MIT License
43 stars 8 forks source link

issues with shabang #57

Closed rexackermann closed 1 year ago

rexackermann commented 1 year ago

Can't be used as a script dirrectly due to some encoding issue:

/usr/bin/env: ‘python3\r’: No such file or directory /usr/bin/env: use -[v]S to pass options in shebang lines

Windows encoding is probably the issue.

rexackermann commented 1 year ago

58

RaSan147 commented 1 year ago

Please specify the running platform And a screenshot of the output? I believe its a OS issue i know

RaSan147 commented 1 year ago

Oh, its probably because windows end line with \r\n What a pain. I'll test and patch