Centos6 中怎么安装Python 3


这期内容当中小编将会给大家带来有关Centos6 中怎么安装Python 3,文章内容丰富且以专业的角度为大家分析和叙述,阅读完这篇文章希望大家可以有所收获。Install Required Packages #sudo yum install gcc openssl-devel bzi 香港云主机p2-devel libffi-develDownload Python 3.8 #wget https://www.python.org/ftp/python/3.8.5/Python-3.8.5.tgz #tar xzf Python-3.8.5.tgzCompile cd Python-3.8.5 ./configure --with-openssl=/usr/local/openssldefault: /usr/local make && make altinstall make altinstall is used to prevent replacing the default python binary file /usr/bin/python. Can not connect to HTTPS URL because the SSL module is not available to solve the problem wget http://www.openssl.org/source/openssl-1.0.2t.tar.gz Decompress, compile and install: tar zxvf openssl 1.0 2j. tar .gz cd openssl-1.0.2j ./config --prefix=/usr/local/openssl shared zlib make && make install After modifications are complete, we need to create two points soft link dynamic link library file: ln -s /usr/local/openssl/lib/libssl.so.1.0.0 /usr/lib64/libssl.so.1.0.0 ln -s /usr/local/openssl/lib/libcrypto.so.1.0.0 /usr/lib64/libcrypto.so.1.0.0vi Modules/Setup#_socket socketmodule.cSSL = / usr / local / Lab / openssl- 1.0 .2j / # uncomment this line, and the original / usr / local / ssl changed our newly installed openssl directory: / usr / local / lab / openssl- 1.0 .2j / _ssl _ssl.c # Uncomment this line The -I $ -DUSE_SSL (SSL) / the include the -I $ (SSL) / the include / OpenSSL # Uncomment this line -L $ (SSL) / lib -lssl – lcrypto # Uncomment this line#_crypt _cryptmodule.c # -lcrypt # crypt(3); needs -lcrypt on some systems上述就是小编为大家分享的Centos6 中怎么安装Python 3了,如果刚好有类似的疑惑,不妨参照上述分析进行理解。如果想知道更多相关知识,欢迎关注开发云行业资讯频道。

相关推荐: Elasticsearch常用操作:集群管理篇

[TOC]基于es 5.6,可以参考官方文档:显示索引的别名信息、过滤器和路由信息。?v是输出表头。返回结果如下:查看每 香港云主机个节点的分片数量以及每个节点的磁盘空间使用情况。返回结果如下:查看索引或集群的文档数量。或:返回结果如下:查看每个数据节点上被f…

免责声明:本站发布的图片视频文字,以转载和分享为主,文章观点不代表本站立场,本站不承担相关法律责任;如果涉及侵权请联系邮箱:360163164@qq.com举报,并提供相关证据,经查实将立刻删除涉嫌侵权内容。

(0)
打赏 微信扫一扫 微信扫一扫
上一篇 07/31 16:03
下一篇 07/31 16:03

相关推荐