手机
当前位置:查字典教程网 >脚本专栏 >python >pycharm 使用心得(九)解决No Python interpreter selected的问题
pycharm 使用心得(九)解决No Python interpreter selected的问题
摘要:初次安装完PyCharm后,新建项目时,遇到了NoPythoninterpreterselected的问题。意思是说没有找到Python解释...

初次安装完PyCharm后,新建项目时,遇到了No Python interpreter selected的问题。

pycharm 使用心得(九)解决No Python interpreter selected的问题1

意思是说没有找到Python解释器。那我们添加Python解释器即可。

Python–Preferences–Project Interpreter–Python Interpreter 点击“+”号选择系统安装的Python。

pycharm 使用心得(九)解决No Python interpreter selected的问题2

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

pycharm 使用心得(九)解决No Python interpreter selected的问题3

现在就能新建项目了。 开始你的Python之旅吧。

【pycharm 使用心得(九)解决No Python interpreter selected的问题】相关文章:

Python SQLAlchemy基本操作和常用技巧(包含大量实例,非常好)

浅析python 中__name__ = '__main__' 的作用

pycharm 使用心得(六)进行简单的数据库管理

python pickle 和 shelve模块的用法

python 正则式使用心得

python的迭代器与生成器实例详解

Python开发实例分享bt种子爬虫程序和种子解析

python中的内置函数getattr()介绍及示例

python k-近邻算法实例分享

分享15个最受欢迎的Python开源框架

精品推荐
分类导航