Skip to main content

One post tagged with "pycharm"

View All Tags

1. Shortcuts

1.1 Open from Command Line

PyCharm --> Tools --> Create Command-line Launcher

image-20250529103513168

echo 'export PATH="/Applications/PyCharm.app/Contents/MacOS:$PATH"' >> ~/.zshrc
source ~/.zshrc
pycharmToolsOne min read