今天当我尝试在 Sublime Text 3 上运行一个简单的代码时,出现了以下消息:
未找到 Python,但可以从 Microsoft Store 安装:https : //go.microsoft.com/fwlink?linkID=2082640
当我在 CMD 中输入 Python 时,它会打开 Windows 应用商店让我下载 Python 3.7。今天无缘无故出现这个问题,我没有更改或下载有关Python的任何内容,并且已经尝试重新安装Python,并且路径是正确的。
我刚刚开始编码,我试图下载一个 GUI,但终端一直给我这个错误
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
我正在尝试使用此命令安装它 python -m pip install --upgrade pip setuptools virtualenv