{"id":1039957,"date":"2024-12-31T12:37:09","date_gmt":"2024-12-31T04:37:09","guid":{"rendered":"https:\/\/docs.pingcode.com\/ask\/ask-ask\/1039957.html"},"modified":"2024-12-31T12:37:11","modified_gmt":"2024-12-31T04:37:11","slug":"%e5%a6%82%e4%bd%95%e8%a3%85%e4%b8%a4%e4%b8%aa%e7%89%88%e6%9c%ac%e7%9a%84python","status":"publish","type":"post","link":"https:\/\/docs.pingcode.com\/ask\/1039957.html","title":{"rendered":"\u5982\u4f55\u88c5\u4e24\u4e2a\u7248\u672c\u7684Python"},"content":{"rendered":"<p style=\"text-align:center;\" ><img decoding=\"async\" src=\"https:\/\/cdn-docs.pingcode.com\/wp-content\/uploads\/2024\/12\/b064e6d8-7675-44ed-8324-01b8302814bd.webp?x-oss-process=image\/auto-orient,1\/format,webp\" alt=\"\u5982\u4f55\u88c5\u4e24\u4e2a\u7248\u672c\u7684Python\" \/><\/p>\n<p><p> <strong>\u5982\u4f55\u88c5\u4e24\u4e2a\u7248\u672c\u7684Python<\/strong><\/p>\n<\/p>\n<p><p><strong>\u8981\u88c5\u4e24\u4e2a\u7248\u672c\u7684Python\uff0c\u4f60\u53ef\u4ee5\u4f7f\u7528\u865a\u62df\u73af\u5883\u3001\u4f7f\u7528pyenv\u3001\u4f7f\u7528\u4e0d\u540c\u7684\u5b89\u88c5\u76ee\u5f55\u3002<\/strong> \u5176\u4e2d\uff0c<strong>\u4f7f\u7528\u865a\u62df\u73af\u5883<\/strong>\u548c<strong>\u4f7f\u7528pyenv<\/strong>\u662f\u6700\u5e38\u89c1\u4e14\u63a8\u8350\u7684\u65b9\u6cd5\u3002\u63a5\u4e0b\u6765\uff0c\u6211\u4eec\u5c06\u8be6\u7ec6\u8bb2\u89e3\u5982\u4f55\u4f7f\u7528\u8fd9\u4e24\u79cd\u65b9\u6cd5\u6765\u5b89\u88c5\u548c\u7ba1\u7406\u591a\u4e2aPython\u7248\u672c\u3002<\/p>\n<\/p>\n<p><h3>\u4e00\u3001\u4f7f\u7528\u865a\u62df\u73af\u5883<\/h3>\n<\/p>\n<p><p>\u865a\u62df\u73af\u5883\u5141\u8bb8\u4f60\u5728\u4e00\u4e2a\u9879\u76ee\u4e2d\u4f7f\u7528\u7279\u5b9a\u7248\u672c\u7684Python\uff0c\u800c\u4e0d\u5f71\u54cd\u7cfb\u7edf\u7684\u5176\u4ed6\u90e8\u5206\u3002\u8fd9\u662f\u901a\u8fc7\u521b\u5efa\u4e00\u4e2a\u72ec\u7acb\u7684\u73af\u5883\u6765\u5b9e\u73b0\u7684\uff0c\u8be5\u73af\u5883\u5305\u542b\u81ea\u5df1\u7684Python\u89e3\u91ca\u5668\u548c\u5305\u96c6\u5408\u3002<\/p>\n<\/p>\n<p><h4>1\u3001\u5b89\u88c5\u865a\u62df\u73af\u5883<\/h4>\n<\/p>\n<p><p>\u9996\u5148\uff0c\u4f60\u9700\u8981\u786e\u4fdd\u5df2\u7ecf\u5b89\u88c5\u4e86 <code>virtualenv<\/code> \u5305\u3002\u4f60\u53ef\u4ee5\u901a\u8fc7\u4ee5\u4e0b\u547d\u4ee4\u6765\u5b89\u88c5\u5b83\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">pip install virtualenv<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h4>2\u3001\u521b\u5efa\u865a\u62df\u73af\u5883<\/h4>\n<\/p>\n<p><p>\u4e00\u65e6 <code>virtualenv<\/code> \u5b89\u88c5\u5b8c\u6210\uff0c\u4f60\u53ef\u4ee5\u521b\u5efa\u4e00\u4e2a\u65b0\u7684\u865a\u62df\u73af\u5883\u3002\u5047\u8bbe\u4f60\u60f3\u4f7f\u7528 Python 3.8 \u521b\u5efa\u4e00\u4e2a\u865a\u62df\u73af\u5883\uff0c\u547d\u4ee4\u5982\u4e0b\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">virtualenv -p \/usr\/bin\/python3.8 myenv<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u91cc\u7684 <code>-p<\/code> \u53c2\u6570\u6307\u5b9a\u4e86 Python \u89e3\u91ca\u5668\u7684\u8def\u5f84\uff0c<code>myenv<\/code> \u662f\u865a\u62df\u73af\u5883\u7684\u540d\u79f0\u3002<\/p>\n<\/p>\n<p><h4>3\u3001\u6fc0\u6d3b\u865a\u62df\u73af\u5883<\/h4>\n<\/p>\n<p><p>\u521b\u5efa\u5b8c\u6210\u540e\uff0c\u4f60\u9700\u8981\u6fc0\u6d3b\u865a\u62df\u73af\u5883\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">source myenv\/bin\/activate<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u5728 Windows \u4e0a\uff0c\u547d\u4ee4\u7a0d\u6709\u4e0d\u540c\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-cmd\">myenv\\Scripts\\activate<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u6fc0\u6d3b\u865a\u62df\u73af\u5883\u540e\uff0c\u4f60\u4f1a\u5728\u547d\u4ee4\u63d0\u793a\u7b26\u524d\u770b\u5230\u73af\u5883\u540d\u79f0\uff0c\u8fd9\u8868\u793a\u4f60\u5df2\u7ecf\u6210\u529f\u8fdb\u5165\u865a\u62df\u73af\u5883\u3002<\/p>\n<\/p>\n<p><h4>4\u3001\u5b89\u88c5\u4f9d\u8d56\u5305<\/h4>\n<\/p>\n<p><p>\u73b0\u5728\u4f60\u53ef\u4ee5\u5728\u865a\u62df\u73af\u5883\u4e2d\u5b89\u88c5\u4efb\u4f55\u4f60\u9700\u8981\u7684\u4f9d\u8d56\u5305\uff0c\u800c\u4e0d\u4f1a\u5f71\u54cd\u7cfb\u7edf\u7684\u5176\u4ed6\u90e8\u5206\u3002\u4f8b\u5982\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">pip install requests<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h4>5\u3001\u9000\u51fa\u865a\u62df\u73af\u5883<\/h4>\n<\/p>\n<p><p>\u5f53\u4f60\u5b8c\u6210\u5de5\u4f5c\u540e\uff0c\u53ef\u4ee5\u901a\u8fc7\u4ee5\u4e0b\u547d\u4ee4\u9000\u51fa\u865a\u62df\u73af\u5883\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">deactivate<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h3>\u4e8c\u3001\u4f7f\u7528 pyenv<\/h3>\n<\/p>\n<p><p><code>pyenv<\/code> \u662f\u4e00\u4e2a\u66f4\u5f3a\u5927\u7684\u5de5\u5177\uff0c\u5141\u8bb8\u4f60\u5728\u5355\u4e2a\u7cfb\u7edf\u4e0a\u5b89\u88c5\u548c\u7ba1\u7406\u591a\u4e2a Python \u7248\u672c\u3002<\/p>\n<\/p>\n<p><h4>1\u3001\u5b89\u88c5 pyenv<\/h4>\n<\/p>\n<p><p>\u9996\u5148\uff0c\u4f60\u9700\u8981\u5b89\u88c5 <code>pyenv<\/code>\u3002\u5728 Unix \u7cfb\u7edf\u4e0a\uff0c\u4f60\u53ef\u4ee5\u901a\u8fc7\u4ee5\u4e0b\u547d\u4ee4\u8fdb\u884c\u5b89\u88c5\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">curl https:\/\/pyenv.run | bash<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u7136\u540e\uff0c\u6dfb\u52a0\u4ee5\u4e0b\u51e0\u884c\u5230\u4f60\u7684 shell \u914d\u7f6e\u6587\u4ef6\uff08\u4f8b\u5982 <code>~\/.bashrc<\/code>, <code>~\/.zshrc<\/code>\uff09\u4e2d\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">export PATH=&quot;$HOME\/.pyenv\/bin:$PATH&quot;<\/p>\n<p>eval &quot;$(pyenv init --path)&quot;<\/p>\n<p>eval &quot;$(pyenv init -)&quot;<\/p>\n<p>eval &quot;$(pyenv virtualenv-init -)&quot;<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u91cd\u65b0\u52a0\u8f7d shell \u914d\u7f6e\u6587\u4ef6\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">source ~\/.bashrc<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u5728 Windows \u4e0a\uff0c\u4f60\u53ef\u4ee5\u4f7f\u7528 <code>pyenv-win<\/code> \u8fdb\u884c\u5b89\u88c5\u3002<\/p>\n<\/p>\n<p><h4>2\u3001\u5b89\u88c5\u4e0d\u540c\u7248\u672c\u7684 Python<\/h4>\n<\/p>\n<p><p>\u4f7f\u7528 <code>pyenv<\/code> \u5b89\u88c5\u4e0d\u540c\u7248\u672c\u7684 Python \u975e\u5e38\u7b80\u5355\u3002\u4f8b\u5982\uff0c\u5b89\u88c5 Python 3.8.10\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">pyenv install 3.8.10<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u4f60\u53ef\u4ee5\u5b89\u88c5\u591a\u4e2a\u7248\u672c\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">pyenv install 3.9.5<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h4>3\u3001\u8bbe\u7f6e\u5168\u5c40\u6216\u672c\u5730 Python \u7248\u672c<\/h4>\n<\/p>\n<p><p>\u4f60\u53ef\u4ee5\u8bbe\u7f6e\u5168\u5c40\u7684 Python \u7248\u672c\uff08\u5373\u7cfb\u7edf\u9ed8\u8ba4\u7248\u672c\uff09\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">pyenv global 3.8.10<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u6216\u8005\u4e3a\u7279\u5b9a\u9879\u76ee\u8bbe\u7f6e\u672c\u5730\u7248\u672c\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">cd my_project<\/p>\n<p>pyenv local 3.9.5<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h4>4\u3001\u5207\u6362 Python \u7248\u672c<\/h4>\n<\/p>\n<p><p>\u4f60\u53ef\u4ee5\u968f\u65f6\u5207\u6362\u4e0d\u540c\u7684 Python \u7248\u672c\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">pyenv shell 3.9.5<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u6837\uff0c\u4f60\u7684 shell \u4f1a\u4e34\u65f6\u4f7f\u7528\u6307\u5b9a\u7248\u672c\u7684 Python\u3002<\/p>\n<\/p>\n<p><h3>\u4e09\u3001\u4f7f\u7528\u4e0d\u540c\u7684\u5b89\u88c5\u76ee\u5f55<\/h3>\n<\/p>\n<p><p>\u8fd9\u662f\u6700\u7b80\u5355\u4f46\u4e5f\u6700\u4e0d\u7075\u6d3b\u7684\u65b9\u6cd5\u3002\u4f60\u53ef\u4ee5\u5c06\u4e0d\u540c\u7248\u672c\u7684 Python \u5b89\u88c5\u5230\u4e0d\u540c\u7684\u76ee\u5f55\uff0c\u5e76\u901a\u8fc7\u4fee\u6539\u7cfb\u7edf PATH \u73af\u5883\u53d8\u91cf\u6765\u5207\u6362\u7248\u672c\u3002<\/p>\n<\/p>\n<p><h4>1\u3001\u4e0b\u8f7d\u5e76\u5b89\u88c5 Python<\/h4>\n<\/p>\n<p><p>\u4ece Python \u5b98\u65b9\u7f51\u7ad9\u4e0b\u8f7d\u6240\u9700\u7248\u672c\u7684 Python \u5b89\u88c5\u5305\uff0c\u5e76\u9009\u62e9\u4e0d\u540c\u7684\u5b89\u88c5\u76ee\u5f55\u3002\u4f8b\u5982\uff1a<\/p>\n<\/p>\n<ul>\n<li>Python 3.8 \u5b89\u88c5\u5230 <code>C:\\Python38<\/code><\/li>\n<li>Python 3.9 \u5b89\u88c5\u5230 <code>C:\\Python39<\/code><\/li>\n<\/ul>\n<p><h4>2\u3001\u4fee\u6539 PATH \u73af\u5883\u53d8\u91cf<\/h4>\n<\/p>\n<p><p>\u5728\u7cfb\u7edf\u73af\u5883\u53d8\u91cf\u4e2d\uff0c\u5c06\u6240\u9700\u7248\u672c\u7684 Python \u5b89\u88c5\u76ee\u5f55\u6dfb\u52a0\u5230 PATH \u53d8\u91cf\u7684\u6700\u524d\u9762\u3002\u4f8b\u5982\uff1a<\/p>\n<\/p>\n<ul>\n<li>\u5c06 <code>C:\\Python38<\/code> \u6dfb\u52a0\u5230 PATH \u524d\u9762\u6765\u4f7f\u7528 Python 3.8<\/li>\n<li>\u5c06 <code>C:\\Python39<\/code> \u6dfb\u52a0\u5230 PATH \u524d\u9762\u6765\u4f7f\u7528 Python 3.9<\/li>\n<\/ul>\n<p><p>\u8fd9\u79cd\u65b9\u6cd5\u867d\u7136\u7b80\u5355\uff0c\u4f46\u6bcf\u6b21\u5207\u6362\u7248\u672c\u90fd\u9700\u8981\u624b\u52a8\u4fee\u6539 PATH \u53d8\u91cf\uff0c\u8f83\u4e3a\u7e41\u7410\u3002<\/p>\n<\/p>\n<p><h3>\u56db\u3001\u603b\u7ed3<\/h3>\n<\/p>\n<p><p><strong>\u4f7f\u7528\u865a\u62df\u73af\u5883\u3001pyenv\u3001\u4e0d\u540c\u7684\u5b89\u88c5\u76ee\u5f55<\/strong>\u90fd\u662f\u5b89\u88c5\u591a\u4e2a\u7248\u672c Python \u7684\u6709\u6548\u65b9\u6cd5\u3002<strong>\u4f7f\u7528\u865a\u62df\u73af\u5883<\/strong>\u9002\u5408\u9879\u76ee\u9694\u79bb\uff0c<strong>\u4f7f\u7528 pyenv<\/strong> \u9002\u5408\u7075\u6d3b\u5730\u7ba1\u7406\u548c\u5207\u6362\u591a\u4e2a Python \u7248\u672c\uff0c\u800c<strong>\u4e0d\u540c\u7684\u5b89\u88c5\u76ee\u5f55<\/strong>\u65b9\u6cd5\u5219\u9002\u5408\u7b80\u5355\u7684\u73af\u5883\u5207\u6362\u3002\u5728\u5b9e\u9645\u64cd\u4f5c\u4e2d\uff0c\u6839\u636e\u5177\u4f53\u9700\u6c42\u9009\u62e9\u5408\u9002\u7684\u65b9\u6cd5\uff0c\u53ef\u4ee5\u6709\u6548\u5730\u7ba1\u7406\u591a\u4e2a Python \u7248\u672c\uff0c\u63d0\u9ad8\u5f00\u53d1\u6548\u7387\u3002<\/p>\n<\/p>\n<p><p>\u5e0c\u671b\u8fd9\u7bc7\u6587\u7ae0\u80fd\u5e2e\u52a9\u4f60\u4e86\u89e3\u5982\u4f55\u5b89\u88c5\u548c\u7ba1\u7406\u591a\u4e2a\u7248\u672c\u7684 Python\u3002\u5982\u679c\u4f60\u6709\u4efb\u4f55\u7591\u95ee\u6216\u9700\u8981\u8fdb\u4e00\u6b65\u7684\u5e2e\u52a9\uff0c\u8bf7\u968f\u65f6\u8054\u7cfb\u6211\u3002<\/p>\n<\/p>\n<h2><strong>\u76f8\u5173\u95ee\u7b54FAQs\uff1a<\/strong><\/h2>\n<p> <strong>\u5982\u4f55\u5728\u540c\u4e00\u53f0\u8ba1\u7b97\u673a\u4e0a\u5b89\u88c5\u591a\u4e2a\u7248\u672c\u7684Python\uff1f<\/strong><br \/>\u5728\u540c\u4e00\u53f0\u8ba1\u7b97\u673a\u4e0a\u5b89\u88c5\u591a\u4e2a\u7248\u672c\u7684Python\u662f\u975e\u5e38\u5e38\u89c1\u7684\u9700\u6c42\u3002\u60a8\u53ef\u4ee5\u4f7f\u7528Python\u7684\u5b98\u65b9\u5b89\u88c5\u7a0b\u5e8f\uff0c\u786e\u4fdd\u6bcf\u4e2a\u7248\u672c\u90fd\u5b89\u88c5\u5728\u4e0d\u540c\u7684\u76ee\u5f55\u4e2d\u3002\u8fd9\u6837\u505a\u53ef\u4ee5\u907f\u514d\u7248\u672c\u51b2\u7a81\u3002\u540c\u65f6\uff0c\u4f7f\u7528\u865a\u62df\u73af\u5883\u5de5\u5177\uff08\u5982venv\u6216virtualenv\uff09\u53ef\u4ee5\u5728\u9879\u76ee\u4e2d\u7ba1\u7406\u4e0d\u540c\u7684Python\u7248\u672c\u548c\u5e93\u4f9d\u8d56\u3002<\/p>\n<p><strong>\u662f\u5426\u53ef\u4ee5\u5728Windows\u548cmacOS\u4e0a\u540c\u65f6\u5b89\u88c5\u591a\u4e2a\u7248\u672c\u7684Python\uff1f<\/strong><br \/>\u662f\u7684\uff0cWindows\u548cmacOS\u90fd\u652f\u6301\u540c\u65f6\u5b89\u88c5\u591a\u4e2a\u7248\u672c\u7684Python\u3002\u5728Windows\u4e0a\uff0c\u60a8\u53ef\u4ee5\u901a\u8fc7\u9009\u62e9\u4e0d\u540c\u7684\u5b89\u88c5\u8def\u5f84\u6765\u5b9e\u73b0\u3002\u5728macOS\u4e2d\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528Homebrew\u7b49\u5305\u7ba1\u7406\u5de5\u5177\u6765\u5b89\u88c5\u4e0d\u540c\u7248\u672c\u7684Python\uff0c\u5e76\u901a\u8fc7\u547d\u4ee4\u884c\u9009\u62e9\u4f7f\u7528\u54ea\u4e2a\u7248\u672c\u3002<\/p>\n<p><strong>\u5982\u4f55\u5728\u547d\u4ee4\u884c\u4e2d\u5207\u6362\u4e0d\u540c\u7248\u672c\u7684Python\uff1f<\/strong><br \/>\u5728\u547d\u4ee4\u884c\u4e2d\u5207\u6362\u4e0d\u540c\u7248\u672c\u7684Python\u901a\u5e38\u53ef\u4ee5\u901a\u8fc7\u6307\u5b9a\u7248\u672c\u53f7\u6765\u5b9e\u73b0\u3002\u4f8b\u5982\uff0c\u5728Linux\u6216macOS\u7cfb\u7edf\u4e2d\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528<code>python3.8<\/code>\u6216<code>python3.9<\/code>\u7b49\u547d\u4ee4\u76f4\u63a5\u8c03\u7528\u7279\u5b9a\u7248\u672c\u3002\u5bf9\u4e8eWindows\u7528\u6237\uff0c\u53ef\u4ee5\u5728\u7cfb\u7edf\u73af\u5883\u53d8\u91cf\u4e2d\u8bbe\u7f6e\u4e0d\u540c\u7248\u672c\u7684\u8def\u5f84\uff0c\u4e5f\u53ef\u4ee5\u4f7f\u7528py\u547d\u4ee4\uff08\u4f8b\u5982<code>py -3.8<\/code>\uff09\u6765\u6307\u5b9aPython\u7248\u672c\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"\u5982\u4f55\u88c5\u4e24\u4e2a\u7248\u672c\u7684Python \u8981\u88c5\u4e24\u4e2a\u7248\u672c\u7684Python\uff0c\u4f60\u53ef\u4ee5\u4f7f\u7528\u865a\u62df\u73af\u5883\u3001\u4f7f\u7528pyenv\u3001\u4f7f\u7528\u4e0d\u540c\u7684\u5b89\u88c5\u76ee [&hellip;]","protected":false},"author":3,"featured_media":1039966,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[37],"tags":[],"acf":[],"_links":{"self":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1039957"}],"collection":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/comments?post=1039957"}],"version-history":[{"count":"1","href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1039957\/revisions"}],"predecessor-version":[{"id":1039970,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1039957\/revisions\/1039970"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media\/1039966"}],"wp:attachment":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media?parent=1039957"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/categories?post=1039957"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/tags?post=1039957"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}