为什么pycharm找不到python3[pycharm使用教程]
Pycharm默认的Python是python2,但是如果代码是python3写的,就需要在pycharm里的project interpreter增加python3
推荐:pycharm教程。
注意,一定要找到Project Interpreter,这里是一定可以添加python3的路径的。而不是在Run -> Edit configuration -> Python
interpreter处添加。因为,如果你没有在前者添加Python3, 后者是没有这个选项的。当然,你在Project Interpreter处添加了python3
之后,运行时可能还需要再改一下Edit configuration 里面的python interpreter, 把其选为python3。
如何找到Project Interpreter,以下是官方文档的介绍,但我的Mac路径和官方文档说的并不相同,而是在 File -> default settings 里
面。总之一定要找到Project Interpreter,才能正常添加。
更多python技术请关注python教程。
以上是 为什么pycharm找不到python3[pycharm使用教程] 的全部内容, 来源链接: utcz.com/z/526798.html