OS X
我在#!/usr/bin/python
有一个正确的shebanged(/bin/games
)Python helloworld脚本,该脚本无法运行。没有错误 - shell只是继续读取我的下一个命令。我有什么遗漏的吗?
到目前为止,我已检查过以下内容:
/bin/games
,因此command not found
不是最新发现:它与sudo
一起运行。但我想像任何其他命令一样执行它。
最新发现#2:现在我在/bin/games
创建了另一个脚本,它正常运行而旧版本没有,尽管它们都是755&#39。
根据需要,这里是脚本本身:
#!/usr/local/bin/python
print 'hello world'