How to set default PyCharm interpreter?

后端 未结 7 904
忘了有多久
忘了有多久 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 14:09

    This has now changed again on the latest version of PyCharm. It is now File > New Project Settings > Settings for New Projects

    Screenshot

提交回复
热议问题