Linux安装Python3

Posted cheesezh

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux安装Python3相关的知识,希望对你有一定的参考价值。

#卸载已有python3
sudo apt remove python3 

# 下载源码并安装
wget https://www.python.org/ftp/python/3.8.1/Python-3.8.1.tgz
tar xvf Python-3.8.1.tgz
cd Python-3.8.1.tgz
sudo ./configure --enable-optimizations
sudo make altinstall
python3.8 -V

以上是关于Linux安装Python3的主要内容,如果未能解决你的问题,请参考以下文章

scrapy按顺序启动多个爬虫代码片段(python3)

Python3 - Linux 下安装 LibreOffice 以及使用

Python3 - Linux 下安装 LibreOffice 以及使用

Python3 - Linux 下安装 LibreOffice 以及使用

Python3 - Linux 下安装 LibreOffice 以及使用

Linux手工安装官方Python3.5