手机
当前位置:查字典教程网 >脚本专栏 >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的迭代器与生成器实例详解

如何搜索查找并解决Django相关的问题

使用 Python 获取 Linux 系统信息的代码

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

python使用win32com在百度空间插入html元素示例

pydev使用wxpython找不到路径的解决方法

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

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

python 正则式使用心得

Python中的二叉树查找算法模块使用指南

精品推荐
分类导航