centos 7 python2.7.5升级到3.5.2
下载python3.5.2
wget https://www.python.org/ftp/python/3.5.2/Python-3.5.2.tgz
安装
- 解压:tar -zxvf Python-3.5.2.tgz
- 进入解压目录: cd Python-3.5.2
- 创建安装目录: mkdir /usr/local/python3.5.2
- 编译: ./configure --prefix=/usr/local/python3.5.2
- 安装: make && make install
- 备份原有python:mv /usr/bin/python /usr/bin/python_2.7.5
- 创建软连接:ln -s /usr/local/python3.5.2/bin/python3.5 /usr/bin/python
执行上面命令报错:
[root@root otp_src_R15B]# ./configure --prefix=/opt/erlang --with-ssl
Ignoring the --cache-file argument since it can cause the system to be erroneously configured
Disabling caching
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking for ld... ld
checking for GNU make... no
configure: error: GNU make is required!
执行以下命令:
sudo yum -y install make gcc gcc-c++ kernel-devel m4 ncurses-devel openssl-devel
相关推荐
《numpy-1.6.1-win32-superpack-python2.5.7z:Python数据分析的基石》 在Python编程领域,numpy库是不可或缺的一部分,尤其对于数据处理和科学计算来说,它扮演着基石的角色。这个名为"numpy-1.6.1-win32-...
如果可能,建议升级到最新版本的Python以获得更好的支持和兼容性。 总的来说,Scipy是Python科学计算不可或缺的一部分,它与NumPy、Pandas、Matplotlib等库一起构成了强大的数据科学生态环境。这个win32超级包使得...
官方离线安装包,测试可用。使用rpm -ivh [rpm完整包名] 进行安装
《Python库pytrip98-2.5.7-cp34-cp34m-manylinux1_x86_64.whl详解》 在Python的开发世界中,库是不可或缺的一部分,它们提供了丰富的功能,使得开发者能够快速构建复杂的应用程序。本文将深入探讨名为“pytrip98”...
资源分类:Python库 所属语言:Python 资源全名:pytrip98-2.5.7.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
openpyxl库自2.5.7版本以来,已经在数据处理领域展现出了强大的功能,成为Python开发者们的首选工具之一。 一、openpyxl简介 openpyxl是一个用于读取和写入Excel 2010 xlsx/xlsm/xltx/xltm文件的Python库。它支持...
《2020we7【v2.5.7】商业版一键安装指南》 2020we7是一款基于PHP开发的智能建站系统,主要用于企业网站的快速搭建和管理。版本号v2.5.7代表着这个版本在原有基础上进行了多项优化和更新,提升了系统的稳定性和用户...
layui的版本号"v2.5.7"表明这是一个更新到2022年的稳定版本,包含了在此之前的众多优化和改进。 在layui-v2.5.7.zip这个压缩包中,我们可以期待找到以下关键内容: 1. **layui核心库**:layui的核心文件通常包括...
MindNode 2.5.7 是一款广受欢迎的思维导图软件,专为用户提供高效、直观的思维组织和创意表达工具。在这个版本中,开发者针对用户反馈的问题进行了优化,特别是解决了之前版本可能出现的“闪退”现象,提升了软件的...
nunit2.5.7nunit2.5.7nunit2.5.7
《Dubbo Admin 2.5.7:一款高效且稳定的微服务管理工具》 Dubbo Admin 2.5.7 是阿里巴巴开源的Dubbo框架的重要组成部分,它是一款强大的微服务管理工具,专为Java开发者设计,尤其适用于那些采用JDK 1.8及以上版本...
在本文中,我们将深入探讨如何通过PyPI下载Python库,特别是关注`rasa-hydra-2.5.7.tar.gz`这一特定资源,并了解如何将其集成到Python项目中。 `rasa-hydra-2.5.7.tar.gz`是我们在PyPI上找到的一个特定版本的资源,...
在使用`dubbo-admin-2.5.7.war`时,首先需要将其部署到Web容器中。对于Tomcat,只需将WAR文件复制到webapps目录下,Tomcat启动后会自动解压并运行。然后,通过浏览器访问`http://localhost:8080/dubbo-admin`(根据...
1. **下载与解压**:从官方网站获取VisualSVN Server 2.5.7的zip文件,将其解压缩到本地文件夹。在这个例子中,解压缩后的文件名为“VisualSVN-Server-2.5.7.msi”,这是一个Windows Installer包,用于执行实际的...
dubbo-2.5.7.jar
当您下载到名为“libmcrypt-2.5.7”的tar.gz压缩包后,解压会得到一个包含源代码和其他相关文件的目录。通常,这个目录会包括README、INSTALL、ChangeLog、Makefile.in等文件,以及源代码文件夹、示例程序、测试用例...
Python是一种高级编程语言,因其简洁、易读的语法而受到欢迎,尤其适合初学者入门。在后端开发中,Python以其强大的框架(如Django和Flask)和库支持,成为构建服务器端应用程序的首选语言之一。`rqdatac`库就是...
dubbo-admin-2.5.7.war,dubbo的监控端工具,亲自maven编译打包