Adding a python interpreter to Intellij (not pycharm)
已回答
By default my Intellij configuration is showing 3.5 as the Python interpreter.
I need to either change this default, or add another interpreter to use python 2.7, but can't find where/how to do this.
Have found many examples on doing this in Pycharm (and have done this) but I would like to use Intellij with the proper environment for my python scripts.
How do I do this?
~regards,
请先登录再写评论。
Please see https://www.jetbrains.com/help/idea/2016.1/configuring-global-project-and-module-sdks.html. You can add Python SDK in the same location where you add Java SDK.
Thanks Serge. I figured it should have been something like this.