{"id":157805,"date":"2019-09-21T11:19:12","date_gmt":"2019-09-21T03:19:12","guid":{"rendered":"https:\/\/lrxjmw.cn\/?p=157805"},"modified":"2019-09-03T11:20:01","modified_gmt":"2019-09-03T03:20:01","slug":"python-centos7-compatible","status":"publish","type":"post","link":"https:\/\/lrxjmw.cn\/python-centos7-compatible.html","title":{"rendered":"Python3.7\u4e0ePython2.7\u5728centos7\u4e0b\u517c\u5bb9\u5e76\u5b58"},"content":{"rendered":"
\n1\u3001\u4e0b\u8f7dpython3.7<\/p>\n
wget \"https:\/\/www.python.org\/ftp\/python\/3.7.0\/Python-3.7.0.tgz\"\r\n<\/pre>\n2\u3001\u89e3\u538b\u4e0b\u8f7d\u597d\u7684\u538b\u7f29\u5305<\/p>\n
tar -zxvf Python-3.7.0.tgz\r\n<\/pre>\n3\u3001\u914d\u7f6e\u7f16\u8bd1python3.7<\/p>\n
mkdir \/usr\/local\/python3\r\n\r\ncd Python-3.7.0\r\n\r\n.\/configure --prefix=\/usr\/local\/python3\r\n\r\nmake\r\n\r\nmake install\r\n<\/pre>\n\uff08make install\u7684\u65f6\u5019\u5982\u679c\u62a5\u5982\u4e0b\u9519\uff1aModuleNotFoundError: No module named '_ctypes'\uff0c\u662f\u56e0\u4e3a3.7\u7248\u672c\u9700\u8981\u65b0\u7684\u5305libffi-devel\uff0c\u4f7f\u7528\u5982\u4e0b\u547d\u4ee4\u5b89\u88c5\u5373\u53ef\uff1a yum install libffi-devel -y \uff1b\u7136\u540e\u518dmake install\uff09<\/p>\n
4\u3001\u914d\u7f6e\u73af\u5883\u53d8\u91cf<\/p>\n
\u4fee\u6539 \/etc\/profile \u6587\u4ef6\uff0c\u5728\u6587\u4ef6\u672b\u5c3e\u52a0\u4e0a\u5982\u4e0b\u4e24\u884c\u4ee3\u7801<\/p>\n
PATH=$PATH:\/usr\/local\/python3\/bin\r\n\r\nexport PATH\r\n<\/pre>\n\u6700\u540e\u6267\u884c\u547d\u4ee4 source \/etc\/profile \u6216\u6267\u884c\u70b9\u547d\u4ee4 .\/profile \u4f7f\u5176\u4fee\u6539\u751f\u6548.<\/p>\n","protected":false},"excerpt":{"rendered":"
1\u3001\u4e0b\u8f7dpython3.7 wget “https:\/\/www.python.org\/ftp\/python\/3 […]<\/p>\n","protected":false},"author":1898,"featured_media":157807,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[55],"tags":[153],"class_list":["post-157805","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-thread","tag-python"],"acf":[],"_links":{"self":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts\/157805","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/users\/1898"}],"replies":[{"embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/comments?post=157805"}],"version-history":[{"count":2,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts\/157805\/revisions"}],"predecessor-version":[{"id":157817,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts\/157805\/revisions\/157817"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/media\/157807"}],"wp:attachment":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/media?parent=157805"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/categories?post=157805"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/tags?post=157805"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}