default interpreter in IDE 12.1
I have been using phpstorm and pycharm separately, and now want to try out IntelliJ IDE 12
http://blog.jetbrains.com/pycharm/2013/02/pycharm-2-7-1-and-intellij-idea-python-plugin-updates-are-available/
So I'm up and running, but can not figure out how to set the <default interpreter> for my project in IDE12.1 I can figure it out in pycharm fine.
In case it matters, my python on MacOSX is installed using macports so it is at an alternate location not the standard /usr/bin location.
http://blog.jetbrains.com/pycharm/2013/02/pycharm-2-7-1-and-intellij-idea-python-plugin-updates-are-available/
So I'm up and running, but can not figure out how to set the <default interpreter> for my project in IDE12.1 I can figure it out in pycharm fine.
In case it matters, my python on MacOSX is installed using macports so it is at an alternate location not the standard /usr/bin location.
1 comment
Sort by
Date
Votes
To specify the default interpreter, open File | Other Settings | Default Project Structure and select the interpreter in the "Project" pane.
Please sign in to leave a comment.