1 Star 0 Fork 7

a_TLo/Python

forked from panglijing/Python 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
install-python3.txt 715 Bytes
一键复制 编辑 原始数据 按行查看 历史
panglijing 提交于 2021-05-12 18:08 . 安装源码 python3.6
OS:rhel7
soft:Python-3.6.10.tgz
]# yum install -y gcc gcc-c++ zlib-devel openssl-devel readline-devel \
libffi-devel sqlite-devel tcl-devel tk-devel
]# tar -zxvf Python-3.6.10.tgz
]# cd Python-3.6.10/
]# ./configure --prefix=/usr/local/
]# make
]# make install
[root@host51 ~]# python
Python 2.7.5 (default, Apr 11 2018, 07:36:10)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-28)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> exit()
root@host51 ~]#
[root@host51 ~]# python3
Python 3.6.10 (default, May 12 2021, 13:01:33)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-28)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> exit()
[root@host51 ~]#
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/a_TLo/python.git
git@gitee.com:a_TLo/python.git
a_TLo
python
Python
master

搜索帮助