Python Forum

Full Version: Installing Programm on MacAir
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys,
I'm still new here and still have no idea but still want to learn everything.
I just have a problem because my MacAir doesn't want to download the third version of PyCharm..
So there is where i need help Huh
Thank you!!
maybe you need MacPump!

Really, see: https://docs.python.org/3/using/mac.html
So, is your problem specific to PyCharm or Python as a whole?

If you want to install Python in Mac, just follow the instructions here: www.programiz.com/python-programming#run-python-mac

If you follow it step by step, you'll have installed Python and Sublime Text (text editor). You can then build and run the python programs by saving the file with ".py" extension and running the program using "Cmd + B" or clicking Build under the menu Tools (Tools -> Build).