Installing PyCharm On Ubuntu 20.04 LTS - Linux Hint
Có thể bạn quan tâm

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 --classicYou can install PyCharm Community Edition from the Snap Store with the following command:
$ sudo snap install pycharm-community --classicIn this article, I am going to install PyCharm Professional Edition from the Snap Store.

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

At this point, PyCharm should be installed.

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

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.

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

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.

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

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.

PyCharm is being loaded.

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

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.

Now, go to Tools > PyCharm.

Now, click on Download.

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.

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

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

Once the download is complete, navigate to your ~/Downloads directory as follows:
$ cd ~/Downloads/
You should find the PyCharm .tar.gz archive here.

Now, create a apps/ directory in the $HOME/.local/ directory as follows:
$ mkdir -pv ~/.local/apps
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/
PyCharm archive should be extracted.

A new directory should be created in the $HOME/.local/apps/ directory as you can see in the screenshot below. Remember the directory name.
$ ls -lh ~/.local/apps/
Now, run PyCharm as follows:
$ ~/.local/apps/pycharm-community-2020.1/bin/pycharm.sh
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.

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

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.

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.

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

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.

PyCharm is loading.

PyCharm should start.

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

Now, click on OK.

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

So, that’s how you install PyCharm on Ubuntu 20.04 LTS. Thanks for reading this article.
Từ khóa » Cài đặt Pycharm Trên Ubuntu
-
Cách Cài đặt PyCharm Trên Linux – Taptin Blog
-
Cách Cài đặt Pycharm Trên Ubuntu 18.04 - Android 2022 - Joe Comp
-
Cách Cài đặt PyCharm Trên Ubuntu 18.04
-
Cách Cài đặt Pycharm Ubuntu 20.04 LTS - Howto88
-
Hướng Dẫn Cài đặt PyCharm Trên Unbuntu 16.04 - Đăng Ký Hosting
-
Cách Cài đặt PyCharm IDE Trên Ubuntu 22.04 LTS - LinuxCapable
-
How To Install PyCharm On Ubuntu 20.04 Linux Desktop
-
Cách Cài đặt PyCharm Trên Máy Tính để Bàn Linux Ubuntu 20.04
-
Cách Cài đặt PyCharm Trên Ubuntu 16.04 - WebSetNet
-
Ubuntu - Cài Pycharm để Học Python - YouTube
-
Cách Cài đặt Python Python PyCharm Trong Linux - EYEWATED.COM
-
PyCharm, Cài đặt IDE Này Cho Python Từ PPA | Ubunlog
-
Hướng Dẫn Cài đặt Và Sử Dụng PyCharm IDE Trong Lập Trình Python
-
[PDF] 2.Cách Cài đặt Python Và Pycharm IDE - Vimentor