Opening Pycharm from terminal with the current path
This works for me:
alias atom_pycharm='~/pycharm/bin/pycharm.sh .'
Maybe you installed it to a different path, though - locate
your pycharm.sh
file and modify accordingly.
You have the usual bash tricks: if you want to run in the background, append an &
, redirect stdout/stderr where you want etc.
This worked for me:
pycharm-community .
open -na "PyCharm CE.app" .
worked for me in MacOS & PyCharm Community edition
PyCharm can be launched using the charm
command line tool (which can be installed while getting started with PyCharm the first time).
charm .