How to select Python version in PyCharm?

Cristian Lupascu picture Cristian Lupascu · Apr 25, 2012 · Viewed 171.9k times · Source

I have PyCharm 1.5.4 and have used the "Open Directory" option to open the contents of a folder in the IDE.

I have Python version 3.2 selected (it shows up under the "External Libraries" node).

How can I select another version of Python (that I already have installed on my machine) so that PyCharm uses that version instead?

Answer

lukecampbell picture lukecampbell · Apr 25, 2012

File -> Settings

Preferences->Project Interpreter->Python Interpreters

If it's not listed add it.

enter image description here