Ubuntu 18.04.4 install PyCharm and generate a shortcut

A mounting PyCharm in the Ubuntu 18.04.4

1, to PyCharm website pycharm-professional-2019.3.2.tar.gz:

Enter here into the official website , we will see the following interface:

Select Professional Pro, just click Download, as shown below;

Ubuntu 18.04.4 install PyCharm and generate a shortcut

2, download the installation package to extract the installation

After the files are decompressed bin directory

Start the installation Pycharm:

sh ./pycharm.sh

Pycharm.sh execute a command file to start the installation, Complete-Installation hint is displayed, as shown below, if the previously installed version of the configuration to be imported, then it is selected from the first one, not to select the first two. I'm here to select the first two, and then click OK, as shown below;

Ubuntu 18.04.4 install PyCharm and generate a shortcut

3, pop PyCharm Privary Policy Agreement, Privacy Policy Agreement box and click Accept, shown in Figure 6;

Ubuntu 18.04.4 install PyCharm and generate a shortcut

4, PyCharm License Activation pop-up box that PyCharm license activation, I choose not to activate, you can figure it out.

Ubuntu 18.04.4 install PyCharm and generate a shortcut

5, the installation is complete, we choose to use Anaconda in PyCharm as compiler

. A Click Craete New Project, create a new project;

. B on the left list of options "Pure Python";

. C Interpreter choose to install anaconda / bin / python (own choice);

Ubuntu 18.04.4 install PyCharm and generate a shortcut

. D Select OK, then File - setting - Project interpreter-- selected anaconda / bin / python, following FIG.

Ubuntu 18.04.4 install PyCharm and generate a shortcut

Ubuntu 18.04.4 install PyCharm and generate a shortcut

In this way, the next time a new project, the default compiler path is the anaconda / bin / python

6. Create Shortcut

1) in the / usr / share / applications to create a document: pycharm.desktop (it can be a touch, gedit, nano instructions, etc.)

 2) Edit the file, add the following

Ubuntu 18.04.4 install PyCharm and generate a shortcut

Note that the absolute path and Icon Exec to view the properties of the file from inside.

3) Open the software by using a shortcut, this time Lee has an application shortcut appears, and then lock the desktop to the left.

Ubuntu 18.04.4 install PyCharm and generate a shortcut

Second, we now write and run Python programs look:

Ubuntu 18.04.4 install PyCharm and generate a shortcut

Guess you like

Origin www.linuxidc.com/Linux/2020-02/162305.htm