Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PyCharm doesn't recognize my Python installation path

This is the same question as this else but for Python.

The thing is that I've built my own installer package of Python interpreter (I've added modules and extras) and once installed I can't find the way to set the location of my custom Python installation dir in PyCharm IDE, I can't find any option to manually specify the location of python interpreter.

While I don't know if exist that option I'm thinking in other alternative, If maybe the PyCharm IDE takes the original Python path from a registry value then it should be sufficient for set the location, but I don't know if pycharm uses a config file or a reg key to get the python location and where is this value to modify it, I need help.

PS: I'm having the same problem for RubyMine IDE.

like image 478
ElektroStudios Avatar asked Apr 20 '14 09:04

ElektroStudios


1 Answers

For PyCharm, in the IDE go to File -> Settings. In the Project Settings navigation panel, select Project Interpreter and then Python Interpreters, then in the right panel, click on the green plus (+) icon on the top right and select local. Navigate to the python executable you would like to specify as your interpreter.

like image 76
rboy Avatar answered Oct 05 '22 22:10

rboy