手机
当前位置:查字典教程网 >脚本专栏 >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 k-近邻算法实例分享

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

python pickle 和 shelve模块的用法

python用于url解码和中文解析的小脚本(python url decoder)

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

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

python 正则式使用心得

python 参数列表中的self 显式不等于冗余

python利用elaphe制作二维条形码实现代码

pycharm 使用心得(七)一些实用功能介绍

精品推荐
分类导航