Installing PyCharm on Mac

I use PyCharm to edit, run and debug my Python code.

It does not exist in the App Store. Instead, get it from https://www.jetbrains.com/pycharm/

Get the community edition for learning. The installation is about 340 mb.

Once it's installed go ahead and launch the application. Before you go ahead and create a new project, change the Python Interpreter from Virtualenv Environment to System Interpreter and select the latest version of Python (in my case it's Python3 that we have just installed)

Tip: Skip to about 8 minutes in to this video for more info: https://www.youtube.com/watch?v=oyzH4M6X6F4

Comments

Popular posts from this blog

Installing Microsoft ODBC Driver to connect to SQL from Python on Mac OS X

Connection to MSSQL with Pythonan and pyodbc (on Mac OS X)