python: can't open file in macbook terminal - [Errno 2]!

后端 未结 1 1111
温柔的废话
温柔的废话 2021-01-27 13:09

In my macbook air terminal I wrote

python eggshell.py

but I got this error

python: can\'t open file \'eggshell.py\': [E

1条回答
  •  滥情空心
    2021-01-27 14:12

    You have to be in the directory the eggshell.py was located. (use cd to navigate)

    0 讨论(0)
提交回复
热议问题