Monday, August 5, 2019

Reinstall ubuntu 19.04 dual boot on T470p - Install Pycharm, Clion, Intellij Idea

1. Download pycharm  (Clion, Intellij Idea)
2. Put it into the directory you want to install pycharm in, unzip it:
    `tar -xvzf pycharm-professional-2019.x.tar.gz`

3. Create a 'desktop shortcut launcher':
(1) `apt install --no-install-recommends gnome-panel`
      (The 'gnome-desktop-item-edit' command may be missing as it is not installed by default.)
(2) Create Desktop Launcher Dialog:     `gnome-desktop-item-edit ~/Desktop/ --create-new`
      Enter name, the path to the application binary executable and an optional comment. When ready, click on 'OK'.
(3) Double-click on the new shortcut to edit it:
      Change `Icon= ...` and `Icon[en_US]=...` path to the desirable icon path, e.g., '.../pycharm-2019.x/bin/pycharm.png'.

(4) Right-click on the new shortcut and select "Allow Launching".
      Double-click on the new shortcut to launch pycharm.

@reference_1_linuxconfig.org

4.  "File" --> "Setting" --> search "font" --> "Font" of "Editor" --> set font size '19'

No comments:

Post a Comment