Cannot figure out, where to change EOF in PyCharm. My scripts, started with:
#!/usr/bin/python
# -*- coding: utf-8 -*-
Outputs something like this, when I try to run it like executable (chmode +x):
-bash: ./main.py: /usr/bin/python^M: bad interpreter: No such file or directory
What to do and how to be?