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
-
Open a Terminal Shell emulator window
(Press “Enter” to Execute Commands)
-
Download PyCharm Community Ed. for Kali:
Here
Get PyCharm Linux tar.gz
Select the PyCharm Community Edition for Linux.
-
Double-Click on Archive Extract into /tmp
Or from Command Line:
tar xvzf pycharm-community*.tar.gz -C /tmp/
|
-
How-to Install Required Java JRE/JDK on Kali:
Here
OpenJDK 7/8 Installation for Kali
-
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"
|
-
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"
|
-
Launching PyCharm Python IDE
From Shell:
Over the First run a PyCharm Desktop Launcher is Automatically Created!
-
PyCharm Quick-Start Hello-World Python:
Here
PyCharm Quick-Start Guide
No comments:
Post a Comment