Recreating PyCharm launcher in Ubuntu

后端 未结 17 1233
一向
一向 2021-01-30 06:16

I installed pycharm normally via bin/pycharm.sh, but the mistake I made was doing bash pycharm.sh while the pycharm directory has inside the D

17条回答
  •  青春惊慌失措
    2021-01-30 07:02

    Ubuntu 16.04 (haven't checked prior versions)

    Run pycharm.sh (make sure you use the correct dir and PyCharm version below):

    $ ./dir_where_you_placed_it/pycharm-2016.1.4/bin/pycharm.sh
    

    While PyCharm is running, right click its icon on the Launcher and select "lock to Launcher".

提交回复
热议问题