pycharm 使用心得(九)解决No Python interpreter selected的问题
时间:2021-06-12 08:12:42|栏目:Python代码|点击: 次
初次安装完PyCharm后,新建项目时,遇到了No Python interpreter selected的问题。

意思是说没有找到Python解释器。那我们添加Python解释器即可。
Python?CPreferences?CProject Interpreter?CPython Interpreter 点击“+”号选择系统安装的Python。

然后再返回Project Interpreter,选择刚添加的解释器。

现在就能新建项目了。 开始你的Python之旅吧。
栏 目:Python代码
本文标题:pycharm 使用心得(九)解决No Python interpreter selected的问题
本文地址:http://www.codeinn.net/misctech/140175.html






