PyCharm is one of the best Python IDE out there. PyCharm IDE has 2 editions, Professional and Community. PyCharm Community Edition is free. PyCharm Professional Edition comes with a lot of advanced features and you need to buy a license from JetBrains to use it.PyCharm Professional and PyCharm Community Edition feature comparison table is given below.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

Image source: https://www.jetbrains.com/pycharm/

In this article, I am going to show you how to install PyCharm Professional and Community Edition IDE on Ubuntu 20.04 LTS. So, let’s get started.

Installing PyCharm from Snap Store:

You can install PyCharm Professional Edition from the Snap Store with the following command:

$ sudo snap install pycharm-professional –classic

You can install PyCharm Community Edition from the Snap Store with the following command:

$ sudo snap install pycharm-community –classic

In this article, I am going to install PyCharm Professional Edition from the Snap Store.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

The snap package of PyCharm is being downloaded. It may take a while to complete.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

At this point, PyCharm should be installed.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

Now, you can run PyCharm from the Application Menu of Ubuntu 20.04 LTS.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

If you’re running PyCharm for the first time, you will have to do some initial configuration.

From the Import PyCharm Settings dialog, you can import settings from older version of PyCharm (if you had it installed before).

If It’s the first time you’re installing PyCharm, select Do not import settings and click on OK.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

Now, select a UI theme and click on Next: Featured plugins.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

PyCharm will recommend you some popular plugins. If you need any of them, just click on Install to install it.

Once you’re done, click on Start using PyCharm.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

If you’ve installed PyCharm Professional Edition, you will be asked to activate PyCharm. Buy a license from JetBrains to activate PyCharm.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

If you want to try out PyCharm before you buy a license, select Evaluate for free and click on Evaluate. You will get 30 days of free access to PyCharm Professional Edition.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

PyCharm is being loaded.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

PyCharm should start. Now, you can use PyCharm for your projects.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

Installing PyCharm Manually:

New versions of PyCharm may not be available as snap packages instantly as they are released. In that case, you will have to download PyCharm from the official website of JetBrains and manually install it on Ubuntu 20.04 LTS.

First, visit the official website of JetBrains.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

Now, go to Tools > PyCharm.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

Now, click on Download.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

You can download PyCharm Professional and Community Edition archives from here. Just click on the Download button of the PyCharm Edition you want to download.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

Your browser should prompt you to save the PyCharm archive. Select Save File and click on OK.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

Your download should start. It may take a while to complete.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

Once the download is complete, navigate to your ~/Downloads directory as follows:

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

You should find the PyCharm .tar.gz archive here.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

Now, create a apps/ directory in the $HOME/.local/ directory as follows:

$ mkdir -pv ~/.local/apps

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

Now, extract the PyCharm .tar.gz archive in the $HOME/.local/apps/ directory as follows:

$ tar xvzf pycharm-community-2020.1.tar.gz -C ~/.local/apps/

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

PyCharm archive should be extracted.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

A new directory should be created in the $HOME/.local/apps/ directory as you can see in the screenshot below. Remember the directory name.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

Now, run PyCharm as follows:

$ ~/.local/apps/pycharm-community-2020.1/bin/pycharm.sh

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

Now, check I confirm that I have read and accept the terms of this User Agreement and click on Continue to accept the JetBrains Privacy Policy.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

Now, select a UI theme and click on Next: Launcher Script.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

If you want to open PyCharm projects from the command line, check Create a script for opening files and projects from the command line checkbox and click on Next: Featured Plugins.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

PyCharm will recommend you some popular plugins. If you need any of them, just click on Install to install it.

Once you’re done, click on Start using PyCharm.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

If you’ve installed PyCharm Professional Edition, you will see the License Activation window. Buy a license from JetBrains to activate PyCharm Professional Edition.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

If you want to try out PyCharm Professional Edition before you buy a license, select Evaluate for free and click on Evaluate. You will get 30 days of free access to PyCharm Professional Edition.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

PyCharm is loading.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

PyCharm should start.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

Now, to create a desktop entry for PyCharm, click on Configure > Create Desktop Entry.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

Now, click on OK.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

Now, you should be able to access PyCharm from the Application Menu of Ubuntu 20.04 LTS.

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

So, that’s how you install PyCharm on Ubuntu 20.04 LTS. Thanks for reading this article.

About the author

Installing PyCharm on Ubuntu 20.04 LTS JetBrains ubuntu

Shahriar Shovon

Freelancer & Linux System Administrator. Also loves Web API development with Node.js and JavaScript. I was born in Bangladesh. I am currently studying Electronics and Communication Engineering at Khulna University of Engineering & Technology (KUET), one of the demanding public engineering universities of Bangladesh.