Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install Pycharm and python in Ubuntu

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces Ubuntu how to install Pycharm and python related knowledge, the content is detailed and easy to understand, simple and fast operation, has a certain reference value, I believe you will have a harvest after reading this Ubuntu how to install Pycharm and python article, let's take a look at it.

Ubuntu 18.04a

1. Install version 2. _ of python and enter sudo apt install python

Typing python or python3 on the command line opens the corresponding version.

Enter exit () or ctrl + d to exit the shell of python.

2. Ipython 2. _ version installation, enter sudo apt install ipython, ipython3. _ version installation, enter sudo apt install ipython3

In the shell of ipython, you can exit by entering exit directly.

3. Installation of pycharm for ide

First of all, download the official professional version of pycharm, or install the educational version

Then decompress it, as shown in the figure

Move the unzipped folder to the / opt directory, which is used to store the additional software installed by the host.

Then, cd / opt/pycharm-2019.2.3/bin/ changes to the bin directory

Enter:. / pycharm.sh to run the program, and then select free evaluation, as shown in the following figure

All right, installation is over.

Set the quick start mode and select create desktop entry in tools, so that the launcher startup icon is created

Finally, add it to favorities.

Ps: let's take a look at the four ways to install pycharm in ubuntu16.04

I. tar.gz package installation

Download from pycharm official website ()

Tar zxfv pycharm-professional-2017.1.2.tar.gzcd pycharm-professional-2017.1.2./bin/pycharm.sh

II. Umake installation

Sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-makesudo apt-get updatesudo apt-get install ubuntu-makeumake ide pycharm

III. Apt source installation

Sudo add-apt-repository ppa:mystic-mirage/pycharmsudo apt-get updatesudo apt-get install pycharm

IV. Deb package installation

Echo "deb http://archive.getdeb.net/ubuntu $(lsb_release-cs)-getdeb apps" | sudo tee / etc/apt/sources.list.d/getdeb-apps.listwget-Q-o-http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add-sudo apt-get updatesudo apt-get install pycharm article on "how to install Pycharm and python in Ubuntu" ends here, thank you for reading! I believe you all have a certain understanding of "how to install Pycharm and python in Ubuntu". If you want to learn more, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report