How to set default PyCharm interpreter?

后端 未结 7 910
忘了有多久
忘了有多久 2020-11-28 13:43

My PyCharm installation has two interpreters available:

  • Python 3.3.2 (/usr/bin/python3.3m)
  • Python 2.7.5 (/usr/bin/python2.7)

Whenever I

7条回答
  •  清酒与你
    2020-11-28 13:51

    New PyCharm versions in Windows have moved the New Project Settings to a new location. See image.
    Full navigation: File > Other Settings > Settings for New Projects > Project Interpreter.

提交回复
热议问题