当我尝试在 bash 中运行脚本时,我遇到了一个小问题。首先,当我在终端中运行时,我的脚本运行良好,但是当我尝试在 Ubuntu 中通过启动器运行时,出现此错误
" python: can't open file 'teste.py': [Errno 2] No such file or directory
"
我的脚本类似于:
#! /bin/bash
# This script use sample.py
python sample.py games.txt
sleep 15
其他信息:
Ubuntu 11.04
Python 2.7
提前致谢