Linux-python环境编译
编译
- 优点:可以自定义功能
- 缺点:安装比较耗时
yum install zlib-devel wget https://www.python.org/ftp/python/3.6.8/Python-3.6.8.tar.xz tar xf Python-3.6.8.tar.xz cd Python-3.6.8 ./configure --prefix=/opt/python36 检查环节预处理 make 释放makefile文件 make install 安装
错误整理
configure: error: in `/root/test/Python-3.6.8‘: configure: error: no acceptable C compiler found in $PATH yum install gcc
添加环节变量
vim /etc/profile.d/python.sh PATH=$PATH:/opt/python36/bin
相关推荐
YENCSDN 2020-11-17
lsjweiyi 2020-11-17
houmenghu 2020-11-17
Erick 2020-11-17
HeyShHeyou 2020-11-17
以梦为马不负韶华 2020-10-20
lhtzbj 2020-11-17
夜斗不是神 2020-11-17
pythonjw 2020-11-17
dingwun 2020-11-16
lhxxhl 2020-11-16
坚持是一种品质 2020-11-16
染血白衣 2020-11-16
huavhuahua 2020-11-20
meylovezn 2020-11-20
逍遥友 2020-11-20
weiiron 2020-11-16