我MyFile.py
在 Windows 环境中有一个 3.3.2 版本的 Python 程序。
当我尝试在我的 Ubuntu 13.04 中运行它时,我得到了:
bash:./MyFile.py:/usr/bin/python^M:错误的解释器:没有这样的文件或目录
我改变了它:
tr -d '\r' < MyFile.py > MyFileLinuxVer.py
但我仍然得到错误的输出。使用以下命令在 Windows 上输出正确:
python.exe -i MyFile.py Arug1 Argu2 Arug3...
当然在我使用的 Ubuntu 中./MyfileLinuxVer.py Argu1 Argu2 Argu3
在我意识到我在 ubuntu 的 python 2.7 中运行我的程序后,我安装了 Python 3.3.2,但我仍然不知道如何运行它。
有冲突。我不知道该怎么办?
有小费吗?