Linux 系统安装 python
Posted mashuai 的博客(base成都)
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux 系统安装 python相关的知识,希望对你有一定的参考价值。
Centos 7
-
Centos 7 安装 python3 (不要卸载python2 因为yum 要用) https://phoenixnap.com/kb/how-to-install-python-3-centos-7
-
Centos 7 安装python3 https://tecadmin.net/install-python-3-7-on-centos/
Possible Problem
- 如果在 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的主要内容,如果未能解决你的问题,请参考以下文章
如何为未安装 MATLAB 的 Linux 系统导出 MATLAB 代码?