How to Install PyCharm on Ubuntu 18.04 Easy Guide

December 24, 2017 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading PyCharm IDE

    Download PyCharm Community Ed. for Ubuntu

    PyCharm Linux tar.gz

    Select the PyCharm Community Edition for Linux.
    If you are using Firefox then on Prompt Choose “Open with Archive Manager”:

    Firefox Prompt

    Or After try to Select the Package by the Downloads Button on Top Panel:

    Downloaded Packages

    Instead, on Google-Chrome simply try to Choose the Package on the Bottom Panel:

    Chrome Bottom Panel Downloads

    How to Install Chrome Browser on Linux

  2. 3. Extracting PyCharm IDE

    Then Extract PyCharm into /tmp
    Or Double-Click on Archive:

    How to Install PyCharm on Ubuntu 18.04 Bionic GNU/Linux - Archive Extraction

    Or from Terminal:

    tar xvzf ~/Downloads/pycharm-community*.tar.gz -C /tmp/
  3. 4. Installing PyCharm IDE

    Then to Install PyCharm on Ubuntu
    First, set the SuperUser as owner:

    sudo su -c "chown -R root:root /tmp/pycharm*"

    And then switch contents:

    sudo mv /tmp/pycharm-community* /opt/pycharm-community

    Last, make PyCharm Symlinks:

    sudo su -c "ln -s /opt/pycharm-community/bin/pycharm.sh /usr/local/bin/pycharm"
    sudo su -c "ln -s /opt/pycharm-community/bin/inspect.sh /usr/local/bin/inspect"

Contents


QuickChic Theme • Powered by WordPress