Brew install

brew install --cask pycharm-ce

Command line integration

In ~/.zshrc add

alias pycharm="/Applications/PyCharm\ CE.app/Contents/MacOS/pycharm"

Open existing projects

You can go to the project directory and call

pycharm .

Makefile

It’s recommended to install Makefile support extension.

Updated: 2020-12-11