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

W3C Tutorial (13): W3C WSDL Activities

Web Services are concerned with application-to-ap...

Example code of CSS layout at both ends (using parent's negative margin)

Recently, during the development process, I encou...

Vue2 cube-ui time selector detailed explanation

Table of contents Preface 1. Demand and Effect ne...

How to implement real-time polygon refraction with threejs

Table of contents Preface Step 1: Setup and front...

Detailed explanation of the basic implementation principle of MySQL DISTINCT

Preface DISTINCT is actually very similar to the ...

JavaScript canvas to achieve meteor effects

This article shares the specific code for JavaScr...

Nodejs error handling process record

This article takes the connection error ECONNREFU...

Three Discussions on Iframe Adaptive Height Code

When building a B/S system interface, you often en...

Docker and portainer configuration methods under Linux

1. Install and use Docer CE This article takes Ce...

Vue+video.js implements video playlist

This article shares the specific code of vue+vide...

The table tbody in HTML can slide up and down and left and right

When the table header is fixed, it needs to be di...

Vue+js realizes video fade-in and fade-out effect

Vue+js realizes the fade in and fade out of the v...

MySQL 5.7.17 compressed package installation-free configuration process diagram

There are two versions of MySQL database manageme...