Thursday, May 19, 2016

install pycharm in kali linux

How-to Install PyCharm Python IDE on Kali Linux Easy Guide

February 21st, 2016 by thelinuxevangelist

PyCharm QuickStart for Kali Linux

The Linux Tutorial Shows You Step-by-Step How-to Install and Getting-Started with PyCharm Community Edition Python IDE for Kali 1.x/2.x/2016 i386/amd64 GNU/Linux Desktop.
To Successfully Run the PyCharm on Kali a Java JRE/JDK 6+ Installation is Required on System.
PyCharm Community Edition Features:
  • Lightweight IDE for Python development
  • Free, Open-Source, Apache 2 license
  • Intelligent Editor, Debugger, Refactorings, Inspections, VCS integration
  • Project Navigation, Testing support, Customizable UI, Vim key bindings
How-to Install PyCharm Python IDE on Kali - Featured
  1. Open a Terminal Shell emulator window
    (Press “Enter” to Execute Commands)
    How-to Install PyCharm Python IDE on Kali - Kali Open Terminal
  2. Download PyCharm Community Ed. for Kali:
    Here Get PyCharm Linux tar.gz
    Select the PyCharm Community Edition for Linux.
  3. Double-Click on Archive Extract into /tmp
    How-to Install PyCharm Python IDE on Kali - Archive Extraction
    Or from Command Line:
    tar xvzf pycharm-community*.tar.gz -C /tmp/
  4. How-to Install Required Java JRE/JDK on Kali:
    Here OpenJDK 7/8 Installation for Kali
  5. Relocating PyCharm
    Set the SuperUser as holder:
    su -c "chown -R root:root /tmp/pycharm*"
    Then Switch the PyCharm contents:
    su -c "mv /tmp/pycharm-community* /opt/pycharm-community"
  6. Making PyCharm Binaries Symlinks
    su -c "ln -s /opt/pycharm-community/bin/pycharm.sh /usr/local/bin/pycharm"
    su -c "ln -s /opt/pycharm-community/bin/inspect.sh /usr/local/bin/inspect"
  7. Launching PyCharm Python IDE
    From Shell:
    pycharm
    Over the First run a PyCharm Desktop Launcher is Automatically Created!
  8. PyCharm Quick-Start Hello-World Python:
    Here PyCharm Quick-Start Guide
     

No comments:

Post a Comment