Launch Pycharm from command line (terminal)
Edit (April 2020): It seems that launcher script creation is now managed in Toolbox App settings. See the Toolbox App announcement for more details.
--
- Open Application Pycharm
- Find tools in menu bar
- Click
Create Command-line Launcher
- Checking the launcher executable file which has been created in
/usr/local/bin/charm
- Open project or file just type
$ charm YOUR_FOLDER_OR_FILE
Maybe this is what you need.
Inside the IDE, you can click in:
Tools/Create Command-line Launcher...