TAGS :Viewed: 5 - Published at: a few seconds ago

[ Configuring python interpretor with pycharm ]

Whenever I am configuring python interpreter, on compiling a pop-up is popping up to edit, modify, or uninstall python ,below is the screenshot

enter image description here

Answer 1


The Auto Config feature of the IDE looks for it in the PATH set by the user. Better way to do it is add it in your system variables from where the IDE could pick it up.

For Mac its under the Library\Frameworks\Python.framework\Versions\X.Y\bin\

For Windows its mostly under C:\PythonXY\python.exe

& For more 'what ifs' you can find it documented here.