我最近安装了python& Django&正在经历Command Line Crash Course.但是我在开始时陷入困境。当我输入像' pwd"等简单的东西时或者'主机名'它返回:
当我使用shell命令提示符并输入pwd时,这就是我得到的:
' PWD'不被识别为内部或外部命令,可操作程序或批处理文件。
关于我应该做什么的任何提示?
答案 0 :(得分:0)
从您的链接:
This book is a crash course in using the **command line** to make your computer perform tasks
那本书不是关于python,而是关于shell。 你的shell看起来像:
some/random/path$'here i type commands'
即
some/random/path$ pwd
如果您的控制台以'>>>'开头。你在python。键入exit()并输入或按CTRL + D返回控制台。