User Tools

Site Tools


python:pycharm

This is an old revision of the document!


PyCharm IDE

PyCharm Linux Community edition:
https://www.jetbrains.com/pycharm/download/#section=linux

tar -xvzf pycharm-community-2020.2.3.tar.gz
sudo mv pycharm-community-2020.2.3 /opt/pycharm
/opt/pycharm/bin/pycharm.sh 

Add to menu and cinnamon panel launcher

cat > ~/.local/share/applications/pycharm.desktop << EOD
[Desktop Entry]
Name=PyCharm
Exec=/opt/pycharm/bin/pycharm.sh
Comment=
Terminal=false
Icon=/opt/pycharm/bin/pycharm.png
Type=Application
EOD

cp ~/.local/share/applications/pycharm.desktop ~/.cinnamon/panel-launchers/ 

export configfile=$(ls ~/.cinnamon/configs/panel-launchers@cinnamon.org/*.json)

jq '.launcherList.value += ["pycharm.desktop"]' $configfile > $configfile.new
mv $configfile.new $configfile
python/pycharm.1608131165.txt.gz · Last modified: (external edit)