Step By Step – How to Install Pycharm on Fedora 30 Easy Guide

March 23, 2019 | By the+gnu+linux+evangelist.

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
    3. 6. Launching PyCharm

      Finally, Launch & Enjoy PyCharm IDE
      From Shell:

      pycharm

      Then choose Create Desktop Entry from the ‘configure‘ Menu to make a Launcher:

      Making Launcher

QuickChic Theme • Powered by WordPress