How to Install PyCharm on Debian Stretch 9 Easy Guide

September 1, 2018 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading PyCharm

    Download PyCharm Community Ed. on Debian GNU/Linux

    PyCharm tar.gz Archive
  2. 3. Extracting PyCharm Archive

    Then Extract PyCharm tar.gz into /tmp Directory
    If it does Not Open automatically then Double-Click on File Manager:

    How to Install PyCharm on Debian Stretch 9 - Extracting
    Or from Command Line:

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

    Relocating PyCharm
    First, Set the SuperUser as owner:

    sudo chown -R root:root /tmp/pycharm*

    Then Switch the PyCharm contents:

    sudo mv /tmp/pycharm-community* /opt/pycharm-community
  4. 5. Making PyCharm Symlinks

    Moreover, to Make PyCharm Binaries Symlinks.

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

Contents


QuickChic Theme • Powered by WordPress