Using WinPython as Interpreter for PyCharm

前端 未结 1 1716
悲哀的现实
悲哀的现实 2021-01-19 06:22

sorry for a simple question! I want to use WinPython (recently installed) as a interpreter for PyCharm Community Edition but am getting an error

\"Th

1条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-19 06:52

    You need to select the folder where a python.exe (and possibly pythonw.exe) exists, which looks like maybe the python-3.4.4.amd64 folder

    And, according to this answer

    open PyCharm and add a new python interpreter giving the path of where you installed Winpython to (the python-... subirectory).

    0 讨论(0)
提交回复
热议问题