How to install PyCharm in Ubuntu 16.04/ Ubuntu 14.04/ Ubuntu 18.04/ Linux (Easiest way) ?
The easiest way which worked for me includes the following steps:
- Go to https://www.jetbrains.com/pycharm/download/#section=linux
There are two versions available:
a)Community edition- Lightweight IDE for Python & Scientific development
b)Professional edition-Full-featured IDE for Python & Web development, has 30 day free trial - Download any of the two, I would recommend Community edition.
- Open terminal
- cd Downloads
- tar -xzf pycharm-community-2018.1.4.tar.gz
- cd pycharm-community-2018.1.4
- cd bin
- sh pycharm.sh
- Now a window will open like this:

10. Next select the defaults options in the bottom left corner:

11. You should get this:

12. Next create a Desktop entry or once the project opens go to: Tools-> Create Desktop Entry

13. You are done, create project and start working.
