Implementation of the Pycharm installation tutorial on Ubuntu 18.04

Implementation of the Pycharm installation tutorial on Ubuntu 18.04

Method 1: Download Pycharm and install

Download address: https://www.jetbrains.com/pycharm/

There is not much difference between Pycharm Professional Edition and Community Edition for most people. The differences are as follows:

We download the community version of Linux:


Right click the installation package -> Extract here to generate a Pycharm folder

cd to the bin folder of the folder cd Downloads/pycharm-community-2018.1.4/bin (or enter the folder and open the terminal)

Execute the sh command to open the installation: sh ./pycharm.sh

Wait for a while for the installation to complete and a window will pop up. Select according to your situation. If it is the first installation, just choose the second one.

In the pop-up window, select Accept

Customize or default the options below, and the installation will be successful.

The professional version will have an additional registration and activation process.

Method 2: Search for Pycharm CE in Ubuntu Software and install it directly



Isn’t it so easy!


The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • How to Install Pycharm 2020.1 in Ubuntu 20.04
  • Detailed explanation of Anaconda and Pycharm configuration methods under Ubuntu
  • Solution to the problem that pycharm cannot import classes under Ubuntu
  • Detailed explanation of how to set up desktop shortcut launch for pycharm in Ubuntu 16.04
  • Steps to install pycharm on Ubuntu 14.04
  • Ubuntu 20.04 installs Pycharm2020.2 and locks it to the taskbar (novice operation)

<<:  Vue implements Modal component based on Teleport

>>:  MySQL 8.0.13 installation and configuration method graphic tutorial under Windows 64 bit

Recommend

Tutorial on migrating mysql from phpstudy to Linux

Project Purpose Migrate the data in MySQL 5.5.53 ...

Implementation of CSS dynamic height transition animation effect

This question originated from a message on Nugget...

MySQL 8.0.23 installation and configuration method graphic tutorial under win10

This article shares the installation and configur...

How to build a Vue3 desktop application

In this article, we will look at how to develop a...

Basic statements of MySQL data definition language DDL

MySQL DDL statements What is DDL, DML. DDL is dat...

How to configure nginx to limit the access frequency of the same IP

1. Add the following code to http{} in nginx.conf...

How to view and modify the time zone in MySQL

Today I found that a program inserted an incorrec...

How to modify mysql to allow remote connections

Regarding the issue of MySQL remote connection, w...

A question about border-radius value setting

Problem Record Today I was going to complete a sm...

$nextTick explanation that you can understand at a glance

Table of contents 1. Functional description 2. Pa...

How to install MySQL and Redis in Docker

This article is based on the CentOS 7.3 system en...

How to redirect to https through nginx load balancing

Copy the certificate and key on the web scp -rp -...