gpt4 book ai didi

python - 为什么 'python' 在 powershell 中无法识别?

转载 作者:太空狗 更新时间:2023-10-30 01:47:42 51 4
gpt4 key购买 nike

我已经在我的 Windows 10 PC 上安装了 python 3.6。我也使用 Pycharm 来制作我的脚本。它在那里运行得很好。但我的问题是我无法在 powershell 中运行 python。我被告知只需在 powershell 中键入“python”,它就会自动启动 python。但是,我收到一条错误消息,提示无法识别。

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

PS C:\Users\lenovo> python
python : The term 'python' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ python
+ ~~~~~~
+ CategoryInfo : ObjectNotFound: (python:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

有人建议输入:

[Environment]::SetEnvironmentVariable("Path", "$enc:Path;C:\Users\lenovo\AppData\Local\Programs\Python\Python36") 

上面代码中给出的路径对我的电脑来说是正确的。事实上,Python 在我给出上面的代码后运行。但是,那是我的问题。每次我关闭并再次打开 powershell 时,我都必须输入上面的代码才能让 python 运行。我也尝试在以管理员身份运行的 Powershell 中键入此内容。但是,它不起作用。我什至尝试重新启动我的电脑,问题仍然无法解决。

每次我想在新的 powershell 窗口中运行 python 时,我都需要输入上面的代码。这有点烦人。任何帮助,将不胜感激。谢谢。

最佳答案

或者只需在 PowerShell 中键入“py”而不是“python”,然后按回车键。

Check out the image to see how it worked.

关于python - 为什么 'python' 在 powershell 中无法识别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47805784/

51 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com