- 时间:2020-03-22 17:05 编辑: 来源: 阅读:
- 扫一扫,手机访问
摘要:pycharm 使用心得(九)解决No Python interpreter selected的问题
初次安装完PyCharm后,新建项目时,遇到了No Python interpreter selected的问题。
[img]http://files.jb51.net/file_images/article/201406/2014060610244644.png[/img]
意思是说没有找到Python解释器。那我们添加Python解释器即可。
Python–Preferences–Project Interpreter–Python Interpreter 点击“+”号选择系统安装的Python。
[img]http://files.jb51.net/file_images/article/201406/2014060610244645.png[/img]
然后再返回Project Interpreter,选择刚添加的解释器。
[img]http://files.jb51.net/file_images/article/201406/2014060610244646.png[/img]
现在就能新建项目了。 开始你的Python之旅吧。