当我尝试在编辑器中运行代码时,它告诉我没有可用的interpreters.Please,help.How我能解决这个问题吗?
发布于 2015-09-25 02:42:39
只要阅读PyCharm的文档就可以了。
https://www.jetbrains.com/pycharm/quickstart/configuring_interpreter.html
一步一步:
对于解释器,请转到Settings.
Project Interpreter部分。
Local option.
/usr/bin/python或/usr/bin/pythonX.Y中,其中X和Y是版本。在Windows中,它通常是在C:\python.
PD:如果你在Linux上安装了python,如果你在使用Windows,你可以从这里下载:https://www.python.org/downloads/windows/
发布于 2019-08-11 12:13:46
我认为运行这个命令会更好
$ sudo apt-get install python3-distutils
发布于 2018-07-25 14:45:41
此页面的Configuring Python Interpreter将告诉您所需的所有信息。
要配置Python虚拟环境,请执行以下步骤:
在设置/首选项对话框( Interpreter.

https://stackoverflow.com/questions/32768371
复制相似问题