In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-28 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces "how to install Python on Ubuntu to establish a programming environment". In daily operation, I believe that many people have doubts about how to install Python on Ubuntu to establish a programming environment. The editor consulted all kinds of materials and sorted out simple and easy-to-use methods of operation. I hope it will be helpful to answer the doubts of "how to install Python on Ubuntu to establish a programming environment". Next, please follow the editor to study!
First, use the command to check the version number of Python on the system.
$python3-version
If you are using Ubuntu 16.10 or later, it is recommended to use the command directly:
$sudo apt-get update$ sudo apt-get install python3.92
Users are using other Ubuntu versions of the system. It is recommended to use deadsnakes PPA to install Python 3.92.
$sudo apt-get install software-properties-common$ sudo add-apt-repository ppa:deadsnakes/ppa$ sudo apt-get update$ sudo apt-get install python3.92
There are also users who use a Linux distribution with Python 3 pre-installed. If not, you can use the package management tools built into the distribution, such as dnf in Fedora:
At this point, the study on "how to install Python on Ubuntu to establish a programming environment" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.