0

I'm trying to work with python 3 and not python 2, I tried:

enter image description here

I clicked "Apply"

enter image description here

Here also, I clicked apply.


But when I check my version, it still in 2.7:

enter image description here

What should I do?

I'm using Mac OS X 10.11.1

Error 404
  • 427
  • 5
  • 25

1 Answers1

3

You’re using the terminal’s python rather than PyCharm’s. If you want to change your default Python you’ll need to update your $PATH variable. See this for more: how to change default python version?

If you just want to use PyCharm though, just right click on the file and click run.

Community
  • 1
  • 1
Hum4n01d
  • 1,312
  • 3
  • 15
  • 30