我在Eric Matthes的書「Python Crash Course」一書的第16頁第1章中工作。我試圖從我的Windows終端運行我的hello_world.py
python程序。 的方向說:從終端運行Python程序
打開一個新的終端窗口併發出以下命令來運行hello_world.py
:
C:\> **cd Desktop\python_work**
C:\Desktop\python_work> **dir**
hello_world.py
C:\Desktop\python_work> **python hello_world.py**
Hello Python world!
python_work
是我桌面上的我的Python的工作文件夾。在我的Windows終端中,我嘗試輸入代碼,並且沒有unbolded C:\>
。它給了我一個錯誤信息:The system cannot find the path specified.
我可能做錯了什麼,但我不知道什麼是錯的。
如果你只是輸入「python」會發生什麼? –
你有哪個版本的Windows? – Leb
[在Windows 7上添加Python路徑]的可能的重複(http://stackoverflow.com/questions/6318156/adding-python-path-on-windows-7) – Basilevs