Skip to content

Instantly share code, notes, and snippets.

@jfsanchez91
Created August 10, 2023 10:37
Show Gist options
  • Save jfsanchez91/d772bc2a555911f82d81fc57cfc247bc to your computer and use it in GitHub Desktop.
Save jfsanchez91/d772bc2a555911f82d81fc57cfc247bc to your computer and use it in GitHub Desktop.
Pycharm cmn line launcher (ToolBox 2.0)
#!/bin/sh
# BIN_PATH=$(ls -d $HOME/.local/share/JetBrains/Toolbox/apps/PyCharm-P/ch-0/*/bin | head -n 1)
BIN_PATH=$HOME/.local/share/JetBrains/Toolbox/apps/pycharm-professional/bin
("$BIN_PATH/pycharm.sh" "$@" >/dev/null 2>&1 &)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment