Linux 配置系列 四 python3
2021-02-11 15:16
标签:usr 操作 bin configure 显示 pca django 编译 tar JDK版本: jdk1.8; 操作系统: centos 7.6 ;Python::3.7.7; tomcat: apache-tomcat-8.5.5; 4.进入解压文件Python-3.7.7:cd Python-3.7.7>>编译:./configure --prefix=/usr/local/python3 5.在Python-3.7.7目录,安装python:make && make install,安装完成之后python3目录有文件如下 Linux 配置系列 四 python3 标签:usr 操作 bin configure 显示 pca django 编译 tar 原文地址:https://www.cnblogs.com/yiwenrong/p/12736613.html一、环境准备
二、配置python3
2.1 python3依赖包
yum install gcc patch libffi-devel python-devel zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-devel xz-devel -y
2.2 下载安装python3
2.3 创建新版本的软连接
2.4 配置python3环境变量
配置环境变量图:
文章标题:Linux 配置系列 四 python3
文章链接:http://soscw.com/index.php/essay/54055.html