{"id":5065,"date":"2020-06-08T10:38:51","date_gmt":"2020-06-08T08:38:51","guid":{"rendered":"https:\/\/myoceane.fr\/?p=5065"},"modified":"2020-06-08T20:59:03","modified_gmt":"2020-06-08T18:59:03","slug":"python-alternatives","status":"publish","type":"post","link":"https:\/\/myoceane.fr\/index.php\/python-alternatives\/","title":{"rendered":"[Python] \u7248\u672c\u5207\u63db &#8211; alternatives"},"content":{"rendered":"<div id=\"fb-root\"><\/div>\n<p>Python \u7248\u672c\u4e3b\u8981\u5206\u6210 Python2 \u8207 Python3\uff0c\u5728\u5b89\u88dd\u4e0d\u540c python library \u7684\u6642\u5019\u6703\u9700\u8981\u4e0d\u540c\u7248\u672c\u7684\u652f\u63f4\uff0c\u7576\u5c08\u6848\u8d8a\u4f86\u8d8a\u5927\u7684\u6642\u5019\u5c31\u8981\u597d\u597d\u7ba1\u7406\u81ea\u5df1\u7684\u7248\u672c\u6578\uff0c\u672c\u7bc7\u6574\u7406 [Python] \u7248\u672c\u5207\u63db &#8211; alternatives\/update-alternatives \u7684\u7c21\u55ae\u4f7f\u7528\u65b9\u6cd5\uff01<\/p>\n<h5>\u67e5\u770b\u76ee\u524d Python \u7248\u672c\u6578<\/h5>\n<p>\u4ee5 Centos \u70ba\u4f8b\uff0c\u5047\u8a2d\u76ee\u524d python version \u70ba python 3.6<\/p>\n<pre class=\"lang:bash\">python --version\nPython 2.7.5\npython3 --version\nPython 3.6.8<\/pre>\n<h5>\u5b89\u88dd Python 3.7<\/h5>\n<p>\u53c3\u7167<a href=\"https:\/\/tecadmin.net\/install-python-3-7-on-centos\/\">\u9023\u7d50<\/a>\u65b0\u589e Python 3.7<\/p>\n<pre class=\"lang:bash\">wget https:\/\/www.python.org\/ftp\/python\/3.7.7\/Python-3.7.7.tgz\ntar xzf Python-3.7.7.tgz\ncd Python-3.7.7\n.\/configure --enable-optimizations\nmake altinstall<\/pre>\n<p>\u57f7\u884c\u5b8c\u4ee5\u4e0a\u7a0b\u5f0f\u78bc\u4e4b\u5f8c\uff0c\u518d\u6b21\u67e5\u770b Python \u7248\u672c\u6578\uff0c\u4ecd\u7136\u7dad\u6301\u4e00\u6a23\u7684\u7248\u672c\u6578\uff1a<\/p>\n<pre class=\"lang:bash\">python --version \nPython 2.7.5 \npython3 --version \nPython 3.6.8\nwhich python\n\/usr\/bin\/python\nwhich python3\n\/usr\/bin\/python3<\/pre>\n<h5>\u5229\u7528 Update-alternatives \u7ba1\u7406 Python\uff1a<\/h5>\n<p>\u53c3\u8003<a href=\"https:\/\/stackoverflow.com\/questions\/45542690\/how-to-set-python3-5-2-as-default-python-version-on-centos\">\u9023\u7d50<\/a>\uff0c\u53ef\u4ee5\u5229\u7528 update-alternatives \u7684\u6307\u4ee4\u7c21\u55ae\u5207\u63db\u5728 Linux \u4e3b\u6a5f\u4e0a\u7684 Python \u7248\u672c\u6578\uff0c\u9996\u5148\u8981\u5148\u78ba\u8a8d\u65b0\u5b89\u88dd\u7684 python 3.7 \u7684\u4f4d\u7f6e\uff0c\u63a5\u8457\u53ef\u4ee5\u5229\u7528\u4ee5\u4e0b\u7684\u6307\u4ee4\u65b0\u589e python3 \u7684\u9078\u64c7\uff0c\u9019\u908a\u9700\u7279\u5225\u6ce8\u610f Debian \u8207 Centos \u7684\u4e0b\u6cd5\u4e0d\u592a\u4e00\u6a23\u3002<\/p>\n<pre class=\"lang:bash\">CentOS\nalternatives --install \/usr\/bin\/python3 python3 \/usr\/bin\/python3.6 1\nalternatives --install \/usr\/bin\/python3 python3 \/usr\/local\/bin\/python3.7 2\n\nDebian\nupdate-alternatives --install \/usr\/bin\/python3 python3 \/usr\/bin\/python3.6 1\nupdate-alternatives --install \/usr\/bin\/python3 python3 \/usr\/local\/bin\/python3.7 2<\/pre>\n<p>\u65b0\u589e\u5b8c\u4e4b\u5f8c\u53ef\u4ee5\u5229\u7528\u4ee5\u4e0b\u7684\u6307\u4ee4\u9078\u64c7\u60f3\u8981\u7684 Python \u7248\u672c\uff0c\u53ef\u4ee5\u4e92\u52d5\u5f0f\u9078\u64c7\u81ea\u5df1\u60f3\u8981\u7684 Python \u7248\u672c\u6578\uff1a<\/p>\n<pre class=\"lang:bash\">alternatives --config python3\n\nThere are 2 programs which provide 'python3'.\n\n  Selection    Command\n-----------------------------------------------\n*+ 1           \/usr\/local\/bin\/python3.7\n   2           \/usr\/bin\/python3.6\n\nEnter to keep the current selection[+], or type selection number:<\/pre>\n<p>\u4f46\u662f Debian \u5247\u662f\u53ef\u4ee5\u4f7f\u7528 &#8211;list \u53bb\u67e5\u770b\uff0c<a href=\"https:\/\/linuxconfig.org\/how-to-change-from-default-to-alternative-python-version-on-debian-linux\">\u53c3\u8003\u9023\u7d50<\/a>\uff1a<\/p>\n<pre class=\"lang:bash\">update-alternatives --list python3\nupdate-alternatives --config python3<\/pre>\n<h5>(Optional) \u5b89\u88dd pip3<\/h5>\n<p>\u6709\u53ef\u80fd\u5728\u5207\u63db\u4e4b\u5f8c\u9700\u8981\u91cd\u65b0\u5b89\u88dd pip3 \uff0c\u53ef\u4ee5<a href=\"https:\/\/pip.pypa.io\/en\/stable\/installing\/\">\u53c3\u8003\u9023\u7d50<\/a>\uff0c<\/p>\n<pre class=\"lang:bash\">curl https:\/\/bootstrap.pypa.io\/get-pip.py -o get-pip.py\npython3 get-pip.py<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Python \u7248\u672c\u4e3b\u8981\u5206\u6210 Python2 \u8207 Python3\uff0c\u5728\u5b89\u88dd\u4e0d\u540c python library \u7684\u6642\u5019\u6703\u9700\u8981\u4e0d\u540c\u7248\u672c\u7684\u652f\u63f4\uff0c\u7576\u5c08\u6848\u8d8a\u4f86\u8d8a\u5927\u7684\u6642\u5019\u5c31\u8981\u597d\u597d\u7ba1\u7406\u81ea\u5df1\u7684\u7248\u672c\u6578\uff0c\u672c\u7bc7\u6574\u7406 [Python] \u5be6\u7528\u7248\u672c\u5207\u63db &#8211; alternatives\/update-alternatives \u7684\u7c21\u55ae\u4f7f\u7528\u65b9\u6cd5\uff01<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[14,176],"tags":[523,19,521,520,522],"class_list":["post-5065","post","type-post","status-publish","format-standard","hentry","category-it-technology","category-python","tag-alternatives","tag-python","tag-python2","tag-python3","tag-update-alternatives"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>[Python] \u7248\u672c\u5207\u63db - alternatives - \u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane<\/title>\n<meta name=\"description\" content=\"Python \u7248\u672c\u4e3b\u8981\u5206\u6210 Python2 \u8207 Python3\uff0c\u5728\u5b89\u88dd\u4e0d\u540c python library \u7684\u6642\u5019\u6703\u9700\u8981\u4e0d\u540c\u7248\u672c\u7684\u652f\u63f4\uff0c\u7576\u5c08\u6848\u8d8a\u4f86\u8d8a\u5927\u7684\u6642\u5019\u5c31\u8981\u597d\u597d\u7ba1\u7406\u81ea\u5df1\u7684\u7248\u672c\u6578\uff0c\u672c\u7bc7\u6574\u7406 [Python] \u5be6\u7528\u7248\u672c\u5207\u63db - alternatives\/update-alternatives \u7684\u7c21\u55ae\u4f7f\u7528\u65b9\u6cd5\uff01\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/myoceane.fr\/index.php\/python-alternatives\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[Python] \u7248\u672c\u5207\u63db - alternatives - \u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane\" \/>\n<meta property=\"og:description\" content=\"Python \u7248\u672c\u4e3b\u8981\u5206\u6210 Python2 \u8207 Python3\uff0c\u5728\u5b89\u88dd\u4e0d\u540c python library \u7684\u6642\u5019\u6703\u9700\u8981\u4e0d\u540c\u7248\u672c\u7684\u652f\u63f4\uff0c\u7576\u5c08\u6848\u8d8a\u4f86\u8d8a\u5927\u7684\u6642\u5019\u5c31\u8981\u597d\u597d\u7ba1\u7406\u81ea\u5df1\u7684\u7248\u672c\u6578\uff0c\u672c\u7bc7\u6574\u7406 [Python] \u5be6\u7528\u7248\u672c\u5207\u63db - alternatives\/update-alternatives \u7684\u7c21\u55ae\u4f7f\u7528\u65b9\u6cd5\uff01\" \/>\n<meta property=\"og:url\" content=\"https:\/\/myoceane.fr\/index.php\/python-alternatives\/\" \/>\n<meta property=\"og:site_name\" content=\"\u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane\" \/>\n<meta property=\"article:published_time\" content=\"2020-06-08T08:38:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-06-08T18:59:03+00:00\" \/>\n<meta name=\"author\" content=\"\u6ab8\u6aac\u7238\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u6ab8\u6aac\u7238\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/myoceane.fr\/index.php\/python-alternatives\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/myoceane.fr\/index.php\/python-alternatives\/\"},\"author\":{\"name\":\"\u6ab8\u6aac\u7238\",\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b\"},\"headline\":\"[Python] \u7248\u672c\u5207\u63db &#8211; alternatives\",\"datePublished\":\"2020-06-08T08:38:51+00:00\",\"dateModified\":\"2020-06-08T18:59:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/myoceane.fr\/index.php\/python-alternatives\/\"},\"wordCount\":36,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b\"},\"keywords\":[\"alternatives\",\"Python\",\"Python2\",\"Python3\",\"update-alternatives\"],\"articleSection\":[\"IT Technology\",\"Python\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/myoceane.fr\/index.php\/python-alternatives\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/myoceane.fr\/index.php\/python-alternatives\/\",\"url\":\"https:\/\/myoceane.fr\/index.php\/python-alternatives\/\",\"name\":\"[Python] \u7248\u672c\u5207\u63db - alternatives - \u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane\",\"isPartOf\":{\"@id\":\"https:\/\/myoceane.fr\/#website\"},\"datePublished\":\"2020-06-08T08:38:51+00:00\",\"dateModified\":\"2020-06-08T18:59:03+00:00\",\"description\":\"Python \u7248\u672c\u4e3b\u8981\u5206\u6210 Python2 \u8207 Python3\uff0c\u5728\u5b89\u88dd\u4e0d\u540c python library \u7684\u6642\u5019\u6703\u9700\u8981\u4e0d\u540c\u7248\u672c\u7684\u652f\u63f4\uff0c\u7576\u5c08\u6848\u8d8a\u4f86\u8d8a\u5927\u7684\u6642\u5019\u5c31\u8981\u597d\u597d\u7ba1\u7406\u81ea\u5df1\u7684\u7248\u672c\u6578\uff0c\u672c\u7bc7\u6574\u7406 [Python] \u5be6\u7528\u7248\u672c\u5207\u63db - alternatives\/update-alternatives \u7684\u7c21\u55ae\u4f7f\u7528\u65b9\u6cd5\uff01\",\"breadcrumb\":{\"@id\":\"https:\/\/myoceane.fr\/index.php\/python-alternatives\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/myoceane.fr\/index.php\/python-alternatives\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/myoceane.fr\/index.php\/python-alternatives\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/myoceane.fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[Python] \u7248\u672c\u5207\u63db &#8211; alternatives\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/myoceane.fr\/#website\",\"url\":\"https:\/\/myoceane.fr\/\",\"name\":\"M-Y-Oceane \u60f3\u65b9\u6d89\u6cd5\u3002\u91cf\u74f6\u5916\u7684\u5929\u7a7a\",\"description\":\"\u60f3\u65b9\u6d89\u6cd5, France, Taiwan, Health, Information Technology\",\"publisher\":{\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/myoceane.fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b\",\"name\":\"\u6ab8\u6aac\u7238\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6cc678684664f8ad45a8d56a6630b183?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6cc678684664f8ad45a8d56a6630b183?s=96&d=mm&r=g\",\"caption\":\"\u6ab8\u6aac\u7238\"},\"logo\":{\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/image\/\"},\"url\":\"https:\/\/myoceane.fr\/index.php\/author\/johnny5584767gmail-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"[Python] \u7248\u672c\u5207\u63db - alternatives - \u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane","description":"Python \u7248\u672c\u4e3b\u8981\u5206\u6210 Python2 \u8207 Python3\uff0c\u5728\u5b89\u88dd\u4e0d\u540c python library \u7684\u6642\u5019\u6703\u9700\u8981\u4e0d\u540c\u7248\u672c\u7684\u652f\u63f4\uff0c\u7576\u5c08\u6848\u8d8a\u4f86\u8d8a\u5927\u7684\u6642\u5019\u5c31\u8981\u597d\u597d\u7ba1\u7406\u81ea\u5df1\u7684\u7248\u672c\u6578\uff0c\u672c\u7bc7\u6574\u7406 [Python] \u5be6\u7528\u7248\u672c\u5207\u63db - alternatives\/update-alternatives \u7684\u7c21\u55ae\u4f7f\u7528\u65b9\u6cd5\uff01","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/myoceane.fr\/index.php\/python-alternatives\/","og_locale":"en_US","og_type":"article","og_title":"[Python] \u7248\u672c\u5207\u63db - alternatives - \u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane","og_description":"Python \u7248\u672c\u4e3b\u8981\u5206\u6210 Python2 \u8207 Python3\uff0c\u5728\u5b89\u88dd\u4e0d\u540c python library \u7684\u6642\u5019\u6703\u9700\u8981\u4e0d\u540c\u7248\u672c\u7684\u652f\u63f4\uff0c\u7576\u5c08\u6848\u8d8a\u4f86\u8d8a\u5927\u7684\u6642\u5019\u5c31\u8981\u597d\u597d\u7ba1\u7406\u81ea\u5df1\u7684\u7248\u672c\u6578\uff0c\u672c\u7bc7\u6574\u7406 [Python] \u5be6\u7528\u7248\u672c\u5207\u63db - alternatives\/update-alternatives \u7684\u7c21\u55ae\u4f7f\u7528\u65b9\u6cd5\uff01","og_url":"https:\/\/myoceane.fr\/index.php\/python-alternatives\/","og_site_name":"\u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane","article_published_time":"2020-06-08T08:38:51+00:00","article_modified_time":"2020-06-08T18:59:03+00:00","author":"\u6ab8\u6aac\u7238","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\u6ab8\u6aac\u7238","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/myoceane.fr\/index.php\/python-alternatives\/#article","isPartOf":{"@id":"https:\/\/myoceane.fr\/index.php\/python-alternatives\/"},"author":{"name":"\u6ab8\u6aac\u7238","@id":"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b"},"headline":"[Python] \u7248\u672c\u5207\u63db &#8211; alternatives","datePublished":"2020-06-08T08:38:51+00:00","dateModified":"2020-06-08T18:59:03+00:00","mainEntityOfPage":{"@id":"https:\/\/myoceane.fr\/index.php\/python-alternatives\/"},"wordCount":36,"commentCount":2,"publisher":{"@id":"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b"},"keywords":["alternatives","Python","Python2","Python3","update-alternatives"],"articleSection":["IT Technology","Python"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/myoceane.fr\/index.php\/python-alternatives\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/myoceane.fr\/index.php\/python-alternatives\/","url":"https:\/\/myoceane.fr\/index.php\/python-alternatives\/","name":"[Python] \u7248\u672c\u5207\u63db - alternatives - \u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane","isPartOf":{"@id":"https:\/\/myoceane.fr\/#website"},"datePublished":"2020-06-08T08:38:51+00:00","dateModified":"2020-06-08T18:59:03+00:00","description":"Python \u7248\u672c\u4e3b\u8981\u5206\u6210 Python2 \u8207 Python3\uff0c\u5728\u5b89\u88dd\u4e0d\u540c python library \u7684\u6642\u5019\u6703\u9700\u8981\u4e0d\u540c\u7248\u672c\u7684\u652f\u63f4\uff0c\u7576\u5c08\u6848\u8d8a\u4f86\u8d8a\u5927\u7684\u6642\u5019\u5c31\u8981\u597d\u597d\u7ba1\u7406\u81ea\u5df1\u7684\u7248\u672c\u6578\uff0c\u672c\u7bc7\u6574\u7406 [Python] \u5be6\u7528\u7248\u672c\u5207\u63db - alternatives\/update-alternatives \u7684\u7c21\u55ae\u4f7f\u7528\u65b9\u6cd5\uff01","breadcrumb":{"@id":"https:\/\/myoceane.fr\/index.php\/python-alternatives\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/myoceane.fr\/index.php\/python-alternatives\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/myoceane.fr\/index.php\/python-alternatives\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/myoceane.fr\/"},{"@type":"ListItem","position":2,"name":"[Python] \u7248\u672c\u5207\u63db &#8211; alternatives"}]},{"@type":"WebSite","@id":"https:\/\/myoceane.fr\/#website","url":"https:\/\/myoceane.fr\/","name":"M-Y-Oceane \u60f3\u65b9\u6d89\u6cd5\u3002\u91cf\u74f6\u5916\u7684\u5929\u7a7a","description":"\u60f3\u65b9\u6d89\u6cd5, France, Taiwan, Health, Information Technology","publisher":{"@id":"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/myoceane.fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b","name":"\u6ab8\u6aac\u7238","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/myoceane.fr\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6cc678684664f8ad45a8d56a6630b183?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6cc678684664f8ad45a8d56a6630b183?s=96&d=mm&r=g","caption":"\u6ab8\u6aac\u7238"},"logo":{"@id":"https:\/\/myoceane.fr\/#\/schema\/person\/image\/"},"url":"https:\/\/myoceane.fr\/index.php\/author\/johnny5584767gmail-com\/"}]}},"amp_enabled":false,"_links":{"self":[{"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/posts\/5065","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/comments?post=5065"}],"version-history":[{"count":37,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/posts\/5065\/revisions"}],"predecessor-version":[{"id":5129,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/posts\/5065\/revisions\/5129"}],"wp:attachment":[{"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/media?parent=5065"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/categories?post=5065"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/tags?post=5065"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}