运行 python3 在 atom 中与 atom-runner
Run python3 in atom with atom-runner
我正在尝试使用 atom-运行ner 包在 atom 中 运行 简单的 python 代码,但出现以下错误:
Unable to find command: python
Are you sure PATH is configured correctly?
如何配置 PATH。 (我的 python 的路径是 C:\Python34
)
右击开始菜单,select系统。然后,点击 "Advanced system settings" > "Environment Variables"。单击路径,然后单击编辑。 Select "New" 并添加 python 可执行文件所在的文件夹。这应该可以解决问题。
您的另一个选择是按照 Carpetsmoker 的建议重新安装 python 和 select "add PYTHON to PATH"。
如果这不起作用,请卸载 Python 和 Atom。重新安装 Python 时,请确保单击 "Add Python to Path",这样您就不会在设置路径时遇到任何问题!
我正在尝试使用 atom-运行ner 包在 atom 中 运行 简单的 python 代码,但出现以下错误:
Unable to find command: python
Are you sure PATH is configured correctly?
如何配置 PATH。 (我的 python 的路径是 C:\Python34
)
右击开始菜单,select系统。然后,点击 "Advanced system settings" > "Environment Variables"。单击路径,然后单击编辑。 Select "New" 并添加 python 可执行文件所在的文件夹。这应该可以解决问题。
您的另一个选择是按照 Carpetsmoker 的建议重新安装 python 和 select "add PYTHON to PATH"。
如果这不起作用,请卸载 Python 和 Atom。重新安装 Python 时,请确保单击 "Add Python to Path",这样您就不会在设置路径时遇到任何问题!