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
Specifically the tools/netconify bash script fails with: -bash: /usr/local/bin/netconify: /usr/bin/python^M: bad interpreter: No such file or directory
on ubuntu 14.04. When installed via pip.
Mixed line endings in project
Specifically the tools/netconify bash script fails with:
-bash: /usr/local/bin/netconify: /usr/bin/python^M: bad interpreter: No such file or directory
on ubuntu 14.04. When installed via pip.
Can be corrected by running
dos2unix
on the file.suggest looking at:
https://help.github.com/articles/dealing-with-line-endings/
The text was updated successfully, but these errors were encountered: