我是靠谱客的博主 喜悦大白,最近开发中收集的这篇文章主要介绍linux 安装tgz,python tgz包安装,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

下载对应的python版本资源

解压缩

tar -xvzf Python-3.6.12.tgz

进入包并安装

[email protected]:/home/elfin# cd Python-3.6.12

[email protected]:/home/elfin/Python-3.6.12# ./configure --with-ssl

configure: WARNING: unrecognized options: --with-ssl

checking build system type... x86_64-pc-linux-gnu

checking host system type... x86_64-pc-linux-gnu

checking for python3.6... no

checking for python3... no

checking for python... no

checking for --enable-universalsdk... no

checking for --with-universal-archs... no

checking MACHDEP... linux

checking for --without-gcc... no

checking for --with-icc... no

checking for gcc... no

checking for cc... no

checking for cl.exe... no

configure: error: in `/home/elfin/Python-3.6.12‘:

configure: error: no acceptable C compiler found in $PATH

See `config.log‘ for more details

编译

原文:https://www.cnblogs.com/dan-baishucaizi/p/13657968.html

最后

以上就是喜悦大白为你收集整理的linux 安装tgz,python tgz包安装的全部内容,希望文章能够帮你解决linux 安装tgz,python tgz包安装所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(42)

评论列表共有 0 条评论

立即
投稿
返回
顶部