Step By Step – How to Install PyCharm on CentOS 6 Easy Guide

April 6, 2019 | By the+gnu+linux+evangelist.

PyCharm CentOS 6 - Setting Up

  1. 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
  2. 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

QuickChic Theme • Powered by WordPress