Fix Python – How to select Python version in PyCharm?

Question

Asked By – Cristian Lupascu

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?

Now we will see solution for issue: How to select Python version in PyCharm?


Answer

File -> Settings

Preferences->Project Interpreter->Python Interpreters

If it’s not listed add it.

enter image description here

This question is answered By – lukecampbell

This answer is collected from stackoverflow and reviewed by FixPython community admins, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0