我已经将python安装在我的计算机上的AppData\local\programs\python位置上了。我从python网站得到了安装文件。由于授权错误,我无法使用Microsoft存储中的安装包(即使在设置中取消选中AppExecution别名页中的框)。我在我的个人电脑上,上面没有其他用户。
当我进入命令提示符并运行命令时:
python --versions我说错了:
Python was not found; run without arguments to install from the Microsoft Store, or
disable this shortcut from Settings > Manage App Execution Aliases.要么我不明白这个错误需要我做什么,要么我做错了什么。
发布于 2022-11-01 15:30:44
必须将python添加到全局变量中。
发布于 2022-11-01 15:28:13
尝试在命令提示符中只运行"python“。如果它不能工作,只需通过https://www.python.org/downloads/安装它。
https://stackoverflow.com/questions/74278160
复制相似问题