相关疑难解决方法(0)

我试图在powershell中使用python

我正在尝试遵循Zed Shaw的艰难学习Python的指南.我需要在Powershell中使用python.我安装了Python 2.7.3 C:\Python27.每当我将python键入Powershell时,我都会收到一条错误消息,指出术语"python"未被识别为cmdlet,函数,脚本文件或可操作程序的名称.我也输入了这个:[Environment]::SetEnvironmentVariable("Path", "$env:Path;C:\Python27", "User") 这是一个提供的建议解决方案,但在Powershell中输入python仍然无效.我可以输入"start python"并打开一个带有python的窗口但是我需要它在Powershell中.谢谢.

python powershell python-2.7

53
推荐指数
7
解决办法
14万
查看次数

标签 统计

powershell ×1

python ×1

python-2.7 ×1