0

Terminal Python path pic

Pycharm-Embedded Terminal Python path pic

Currently using mac osx. I am curious as to why these terminals are pointing to different pythons, i.e. the iTerm -> Homebrew python, whereas Pycharm-embeeded-terminal -> Apple-provided python.

Pycharm's terminal doesn't change the Python version corresponding to Python version at Project Interpreter

seems closest to my question, but but not quite in that the os there is Windows and the solution doesn't help in my case.

Stephen Rauch
  • 47,830
  • 31
  • 106
  • 135
chunjy92
  • 39
  • 8

1 Answers1

0

I had same issue, but with Android Studio, which is also IntelliJ based IDE. You should edit some files in your IDE's settings manually

My question

Answer

Then you should restart your IDE.

Community
  • 1
  • 1
Mr.D
  • 7,353
  • 13
  • 60
  • 119
  • Thanks for sharing. But it seems like the jdk.table.xml correctly points to the brew python, as I would wish. I tried deleting it, correctly set up the path and restarted the ide but did not solve the problem – chunjy92 Feb 15 '17 at 08:20