PyCharm IDE – Install PyCharm 2018.2.5 in Ubuntu Linux

PyCharm IDE released. How to Install PyCharm 2018.2.5 in Ubuntu Linux. PyCharm Python IDE for Linux Ubuntu Systems is designed by programmers, for programmers, to provide all the tools you need for productive Python development.

PyCharm 2018.2.5 resolves an issue that causes PyCharm to crash on Ubuntu 16.04. The Matplotlib 3.0.0 can now be imported in the Python Console and Python code now folds correctly after it’s minimized with Ctrl+Shift+Numpad – (Cmd+Shift+- on macOS).

Other changes – PyCharm 2018.2.5

Importing matplotlib 3.0.0 crashes Python Console
Wrong “__name__” in the Console for “Run with Python console” option if file raises an exception
Code folding is broken
Pycharm fails to generate tensorflow skeletons
Rebuild Project action causes forced compilation of all project modules, not ‘real’ rebuild
Gnome-Shell crashes upon replace in path confirmation action
Project explorer empty
JDWP: some debugger features incorrectly disabled when debugging android.
edit breakpoint paste from history issue
NPE while selecting “pull image” from docker tool window
Find/Replace in Path closes immediately
Find: `Ctrl+F` on selected word doesn’t pre-select text in search field if Find bar is open
IDEA refreshes plugin description page when hovering a link
QuickDocumentation popup flicker for some libs
Intermittent tests failure on MacBook with Touch bar in IntelliJ project
Search Everywhere not opening file on Linux
Find in Path dialog becomes unresponsive sometimes
Publish GitHub Integration plugin along with Git Integration
wrong autoformatting in coffeescript with exports
support coffeescript re-export statement
CoffeeScript: Red code: incorrectly parsed slash symbol
Intellij Idea is freezing every couple of seconds, blocked threads in the dump

PyCharm IDE – Install PyCharm 2018.2.5 in Ubuntu Linux

Install PyCharm 2018.2.5 in Ubuntu

To Install PyCharm 2018.2.5 in Ubuntu Linux Systems:

For Ubuntu 18.04 and Above

Install it via Ubuntu Software Center. Search for PyCharm and install the selected package

For Ubuntu 16.04 and Below

Open terminal and run the following commands to install PyCharm via snapd daemon:

sudo apt install snapd snapd-xdg-open
sudo snap install pycharm-community --classic

Download PyCharm 2018.2.5

PyCharm IDE – Install PyCharm 2018.2.5 in Ubuntu Linux originally posted on Source Digit – Latest Technology, Gadgets & Gizmos.