{"id":42752,"date":"2024-10-04T02:21:51","date_gmt":"2024-10-03T18:21:51","guid":{"rendered":"https:\/\/server.hk\/cnblog\/42752\/"},"modified":"2024-10-04T02:21:51","modified_gmt":"2024-10-03T18:21:51","slug":"centos-7-%e5%ae%89%e8%a3%9d-python-2-7-12","status":"publish","type":"post","link":"https:\/\/server.hk\/cnblog\/42752\/","title":{"rendered":"CentOS 7 \u5b89\u88dd Python 2.7.12"},"content":{"rendered":"<h1 id=\"centos-7-%e5%ae%89%e8%a3%9d-python-2-7-12-vJUpBlVKlY\">CentOS 7 \u5b89\u88dd Python 2.7.12<\/h1>\n<p>\u5728\u7576\u4eca\u7684\u958b\u767c\u74b0\u5883\u4e2d\uff0cPython \u662f\u4e00\u7a2e\u5ee3\u6cdb\u4f7f\u7528\u7684\u7a0b\u5f0f\u8a9e\u8a00\uff0c\u5c24\u5176\u662f\u5728\u6578\u64da\u5206\u6790\u3001\u6a5f\u5668\u5b78\u7fd2\u548c\u7db2\u9801\u958b\u767c\u7b49\u9818\u57df\u3002\u96d6\u7136 Python 3 \u5df2\u7d93\u6210\u70ba\u4e3b\u6d41\uff0c\u4f46\u67d0\u4e9b\u820a\u7684\u61c9\u7528\u7a0b\u5f0f\u548c\u5eab\u4ecd\u7136\u4f9d\u8cf4\u65bc Python 2.x \u7248\u672c\u3002\u672c\u6587\u5c07\u4ecb\u7d39\u5982\u4f55\u5728 CentOS 7 \u4e0a\u5b89\u88dd Python 2.7.12\u3002<\/p>\n<h2 id=\"%e5%89%8d%e6%9c%9f%e6%ba%96%e5%82%99-vJUpBlVKlY\">\u524d\u671f\u6e96\u5099<\/h2>\n<p>\u5728\u958b\u59cb\u5b89\u88dd\u4e4b\u524d\uff0c\u8acb\u78ba\u4fdd\u60a8\u7684 CentOS 7 \u7cfb\u7d71\u5df2\u7d93\u66f4\u65b0\u5230\u6700\u65b0\u7248\u672c\u3002\u60a8\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u4f86\u66f4\u65b0\u7cfb\u7d71\uff1a<\/p>\n<pre><code>sudo yum update -y<\/code><\/pre>\n<p>\u63a5\u4e0b\u4f86\uff0c\u60a8\u9700\u8981\u5b89\u88dd\u4e00\u4e9b\u5fc5\u8981\u7684\u4f9d\u8cf4\u5305\uff0c\u9019\u4e9b\u5305\u5c07\u5e6b\u52a9\u60a8\u5728\u7cfb\u7d71\u4e0a\u7de8\u8b6f\u548c\u5b89\u88dd Python\u3002\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u5b89\u88dd\u9019\u4e9b\u4f9d\u8cf4\uff1a<\/p>\n<pre><code>sudo yum groupinstall \"Development Tools\" -y<\/code><\/pre>\n<pre><code>sudo yum install openssl-devel bzip2-devel libffi-devel -y<\/code><\/pre>\n<h2 id=\"%e4%b8%8b%e8%bc%89-python-2-7-12-vJUpBlVKlY\">\u4e0b\u8f09 Python 2.7.12<\/h2>\n<p>\u63a5\u4e0b\u4f86\uff0c\u60a8\u9700\u8981\u5f9e\u5b98\u65b9\u7db2\u7ad9\u4e0b\u8f09 Python 2.7.12 \u7684\u6e90\u78bc\u5305\u3002\u60a8\u53ef\u4ee5\u4f7f\u7528 wget \u547d\u4ee4\u4f86\u4e0b\u8f09\uff1a<\/p>\n<pre><code>wget https:\/\/www.python.org\/ftp\/python\/2.7.12\/Python-2.7.12.tgz<\/code><\/pre>\n<p>\u4e0b\u8f09\u5b8c\u6210\u5f8c\uff0c\u89e3\u58d3\u7e2e\u8a72\u6587\u4ef6\uff1a<\/p>\n<pre><code>tar xzf Python-2.7.12.tgz<\/code><\/pre>\n<h2 id=\"%e7%b7%a8%e8%ad%af%e5%92%8c%e5%ae%89%e8%a3%9d-python-vJUpBlVKlY\">\u7de8\u8b6f\u548c\u5b89\u88dd Python<\/h2>\n<p>\u9032\u5165\u89e3\u58d3\u7e2e\u5f8c\u7684\u76ee\u9304\uff1a<\/p>\n<pre><code>cd Python-2.7.12<\/code><\/pre>\n<p>\u63a5\u4e0b\u4f86\uff0c\u60a8\u9700\u8981\u914d\u7f6e\u7de8\u8b6f\u9078\u9805\u3002\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u4f86\u914d\u7f6e\uff1a<\/p>\n<pre><code>.\/configure --enable-optimizations<\/code><\/pre>\n<p>\u9019\u500b\u547d\u4ee4\u6703\u6aa2\u67e5\u7cfb\u7d71\u74b0\u5883\u4e26\u6e96\u5099\u7de8\u8b6f\u3002\u5b8c\u6210\u5f8c\uff0c\u60a8\u53ef\u4ee5\u958b\u59cb\u7de8\u8b6f Python\uff1a<\/p>\n<pre><code>make altinstall<\/code><\/pre>\n<p>\u9019\u500b\u904e\u7a0b\u53ef\u80fd\u9700\u8981\u4e00\u4e9b\u6642\u9593\uff0c\u5177\u9ad4\u53d6\u6c7a\u65bc\u60a8\u7684\u7cfb\u7d71\u6027\u80fd\u3002\u7de8\u8b6f\u5b8c\u6210\u5f8c\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u6aa2\u67e5 Python \u662f\u5426\u5b89\u88dd\u6210\u529f\uff1a<\/p>\n<pre><code>\/usr\/local\/bin\/python2.7 --version<\/code><\/pre>\n<h2 id=\"%e8%a8%ad%e7%bd%ae%e7%92%b0%e5%a2%83%e8%ae%8a%e9%87%8f-vJUpBlVKlY\">\u8a2d\u7f6e\u74b0\u5883\u8b8a\u91cf<\/h2>\n<p>\u70ba\u4e86\u65b9\u4fbf\u4f7f\u7528\uff0c\u60a8\u53ef\u4ee5\u5c07 Python \u7684\u5b89\u88dd\u8def\u5f91\u6dfb\u52a0\u5230\u7cfb\u7d71\u7684\u74b0\u5883\u8b8a\u91cf\u4e2d\u3002\u7de8\u8f2f\u60a8\u7684 .bash_profile \u6587\u4ef6\uff1a<\/p>\n<pre><code>nano ~\/.bash_profile<\/code><\/pre>\n<p>\u5728\u6587\u4ef6\u672b\u5c3e\u6dfb\u52a0\u4ee5\u4e0b\u884c\uff1a<\/p>\n<pre><code>export PATH=\"\/usr\/local\/bin:$PATH\"<\/code><\/pre>\n<p>\u4fdd\u5b58\u4e26\u9000\u51fa\u7de8\u8f2f\u5668\uff0c\u7136\u5f8c\u904b\u884c\u4ee5\u4e0b\u547d\u4ee4\u4f7f\u66f4\u6539\u751f\u6548\uff1a<\/p>\n<pre><code>source ~\/.bash_profile<\/code><\/pre>\n<h2 id=\"%e5%ae%89%e8%a3%9d-pip-vJUpBlVKlY\">\u5b89\u88dd pip<\/h2>\n<p>Python \u7684\u5305\u7ba1\u7406\u5de5\u5177 pip \u662f\u975e\u5e38\u91cd\u8981\u7684\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u5b89\u88dd pip\uff1a<\/p>\n<pre><code>curl https:\/\/bootstrap.pypa.io\/get-pip.py -o get-pip.py<\/code><\/pre>\n<pre><code>\/usr\/local\/bin\/python2.7 get-pip.py<\/code><\/pre>\n<p>\u5b89\u88dd\u5b8c\u6210\u5f8c\uff0c\u60a8\u53ef\u4ee5\u6aa2\u67e5 pip \u662f\u5426\u5b89\u88dd\u6210\u529f\uff1a<\/p>\n<pre><code>pip --version<\/code><\/pre>\n<h2 id=\"%e7%b8%bd%e7%b5%90-vJUpBlVKlY\">\u7e3d\u7d50<\/h2>\n<p>\u5728\u672c\u6587\u4e2d\uff0c\u6211\u5011\u4ecb\u7d39\u4e86\u5982\u4f55\u5728 CentOS 7 \u4e0a\u5b89\u88dd Python 2.7.12\uff0c\u5305\u62ec\u5fc5\u8981\u7684\u4f9d\u8cf4\u5305\u3001\u4e0b\u8f09\u6e90\u78bc\u3001\u7de8\u8b6f\u5b89\u88dd\u4ee5\u53ca\u8a2d\u7f6e\u74b0\u5883\u8b8a\u91cf\u548c\u5b89\u88dd pip\u3002\u9019\u4e9b\u6b65\u9a5f\u5c07\u5e6b\u52a9\u60a8\u5728 CentOS \u74b0\u5883\u4e2d\u9806\u5229\u904b\u884c Python 2.7.12\u3002<\/p>\n<p>\u5982\u679c\u60a8\u9700\u8981\u7a69\u5b9a\u7684 <a href=\"https:\/\/server.hk\">VPS<\/a> \u670d\u52d9\u4f86\u652f\u6301\u60a8\u7684\u958b\u767c\u5de5\u4f5c\uff0cServer.HK \u63d0\u4f9b\u591a\u7a2e\u9078\u64c7\uff0c\u9069\u5408\u4e0d\u540c\u9700\u6c42\u7684\u7528\u6236\u3002\u7121\u8ad6\u662f <a href=\"https:\/\/server.hk\">\u9999\u6e2f\u4f3a\u670d\u5668<\/a> \u9084\u662f\u5176\u4ed6\u5730\u5340\u7684\u670d\u52d9\uff0c\u6211\u5011\u90fd\u80fd\u70ba\u60a8\u63d0\u4f9b\u53ef\u9760\u7684\u89e3\u6c7a\u65b9\u6848\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to install Python 2.7.12 on CentOS 7 with step-by-step instructions for a smooth setup and configuration process.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4924],"tags":[],"class_list":["post-42752","post","type-post","status-publish","format-standard","hentry","category-setup-tutorials"],"_links":{"self":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/42752","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/comments?post=42752"}],"version-history":[{"count":1,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/42752\/revisions"}],"predecessor-version":[{"id":42753,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/42752\/revisions\/42753"}],"wp:attachment":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/media?parent=42752"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/categories?post=42752"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/tags?post=42752"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}