PyCharm doesn't detect interpreter

后端 未结 7 1676
天涯浪人
天涯浪人 2021-02-19 13:29

I\'m new to programming and just started a course on Python. I want to use PyCharm, so I downloaded and intalled it (v. 4.5, community edition). I had previously installed Pytho

7条回答
  •  醉话见心
    2021-02-19 14:21

    If you kept the default settings while installing python, Your project interpreter for PyCharm will be:

    C:\Users\yourUserName\AppData\Local\Programs\Python\Python36\python.exe

    Chose the above location as your project interpreter inside PyCharm.

    Depending on which python version you have, it could be either Python36\python.exe or Python35\python.exe.

提交回复
热议问题