Centos6 中怎么安装Python 3

发布时间:2021-07-02 16:13:52 作者:Leah
来源:亿速云 阅读:190

这期内容当中小编将会给大家带来有关Centos6 中怎么安装Python 3,文章内容丰富且以专业的角度为大家分析和叙述,阅读完这篇文章希望大家可以有所收获。

default: /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.0

vi Modules/Setup

Socket module helper for socket(2)

#_socket socketmodule.c

Socket module helper for SSL support; you must comment out the other

socket line above, and possibly edit the SSL variable:

SSL = / 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

The crypt module is now disabled by default because it breaks builds

on many systems (where -lcrypt is needed), e.g. Linux (I believe).

#_crypt _cryptmodule.c # -lcrypt # crypt(3); needs -lcrypt on some systems

上述就是小编为大家分享的Centos6 中怎么安装Python 3了,如果刚好有类似的疑惑,不妨参照上述分析进行理解。如果想知道更多相关知识,欢迎关注亿速云行业资讯频道。

推荐阅读:
  1. centos6升级gcc-5.4及cmake3
  2. centos6源码安装mysql8的步骤

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

python 3 centos6

上一篇:Webpack中Loader和Plugin的区别是什么

下一篇:php迭代器的工作原理是什么

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》