LMDE Getting-Started with PyCharm
You are Welcome! The Tutorial shows you Step-by-Step How to Install and Getting-Started with PyCharm Community Edition Python IDE for Linux Mint Debian 2012/2013/2014 i386/amd64 Mate/Cinnamon Desktop.
And the PyCharm Community Edition Features are:
- 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 Terminal Window
(Press “Enter” to Execute Commands) -
Download PyCharm Community Ed. for LMDE
Select the PyCharm Community Edition for Linux.
-
Double-Click on Archive Extract into /tmp
Or from Command Line:
tar xvzf ~/Downloads/pycharm-community*.tar.gz -C /tmp/
-
Relocating PyCharm.
su -c "chown -R root:root /tmp/pycharm-community*"
su -c "mv /tmp/pycharm-community* /opt/pycharm-community"
-
Making PyCharm 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"
-
Finally, to Launch PyCharm Python IDE.
pycharm
Then choose Create Desktop Entry from the ‘configure‘ Menu to make a Launcher:
-
PyCharm Quick Start Hello-World Python
Tags: install pycharm lmde, install python ide lmde, JetBrains, jetbrains pycharm, Linux, Linux Mint, linux mint debian, linux python development, Linux Tutorial, lmde, mint linux, pycharm, pycharm community edition, pycharm lmde, Python, Python Development, python development lmde, python ide lmde, Tutorial