- Cloud Native Python
- Manish Sethi
- 91字
- 2021-07-02 19:11:54
Using the APT package management tools
You can use the APT package management tools to update your local package index. Then, you can download and install the latest Python using the following commands as a root user:
$ apt-get update -y $ apt-get install python3 -y
The following packages will automatically be downloaded and installed, as these are the prerequisites for Python 3 installation:
libpython3-dev libpython3.4 libpython3.4-dev python3-chardet
python3-colorama python3-dev python3-distlib python3-html5lib
python3-requests python3-six python3-urllib3 python3-wheel python3.4-de
Once the prerequisites are installed, it will download and install Python on your system.
推薦閱讀
- CockroachDB權(quán)威指南
- Manga Studio Ex 5 Cookbook
- .NET 4.0面向?qū)ο缶幊搪劊夯A(chǔ)篇
- Neo4j Essentials
- R大數(shù)據(jù)分析實(shí)用指南
- Windows內(nèi)核編程
- 第一行代碼 C語言(視頻講解版)
- ASP.NET開發(fā)與應(yīng)用教程
- Java網(wǎng)絡(luò)編程實(shí)戰(zhàn)
- Scala for Machine Learning(Second Edition)
- Python網(wǎng)絡(luò)爬蟲技術(shù)與應(yīng)用
- 小程序從0到1:微信全棧工程師一本通
- Learning WordPress REST API
- Java 7 Concurrency Cookbook
- Spring Boot從入門到實(shí)戰(zhàn)