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 under Ubuntu

2025-04-07 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

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

This article introduces the knowledge of "how to install Pycharm under Ubuntu". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

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 at:

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 "how to install Pycharm under Ubuntu". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

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