Linux 系统安装 python

Posted mashuai 的博客(base成都)

tags:

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

 

 

Centos 7

  1. Centos 7 安装 python3 (不要卸载python2 因为yum 要用) https://phoenixnap.com/kb/how-to-install-python-3-centos-7

  2. Centos 7 安装python3 https://tecadmin.net/install-python-3-7-on-centos/

 

Possible Problem

  1. 如果在 python 里面 import 包的时候遇到 No module named _bz2, 可以先

  (centos) sudo yum install bzip2-devel

 然后重新 configure 和 make 已经安装好的 Python. (参考https://stackoverflow.com/questions/12806122/missing-python-bz2-module)

 

 





 

 

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

得到linux 系统中python的环境变量

如何为未安装 MATLAB 的 Linux 系统导出 MATLAB 代码?

scrapy主动退出爬虫的代码片段(python3)

VS Code 安装与使用,Python 顶级 IDE 编程指南!

如何在linux系统中安装python?

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