-
Install JetBeans toolbox
-
Turn on Generate shell scripts in the settings of the tooldbox app
-
Set path to
~/.local/share/JetBrains/Toolbox/bin -
Quit and re-launch toolbox
-
Install Pycharm Community version
-
Check the folder
~/.local/share/JetBrains/Toolbox/binif the installation has created a executable calledpycharmin it. -
Since your bin directory is different, either add
~/.local/share/JetBrains/Toolbox/binto yourPATHenvironment variable or do a symlink of pycharm to the bin folder. I prefer the latter.sudo ln -s ~/.local/share/JetBrains/Toolbox/bin/pycharm /usr/local/bin/pycharm -
Type in the terminal
pycharmand it should load the PyCharm IDE.
To use the terminal of a virtual environment, activate the virtual environment, then load PyCharm IDE in it.