{"id":208,"date":"2019-02-22T10:54:52","date_gmt":"2019-02-22T01:54:52","guid":{"rendered":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/?p=208"},"modified":"2019-04-16T14:51:15","modified_gmt":"2019-04-16T05:51:15","slug":"macos-%e3%81%ae-path-%e3%81%af-system-wide-%e3%81%aa%e8%a8%ad%e5%ae%9a%e3%81%ab%e3%81%be%e3%81%8b%e3%81%9b%e3%82%8b","status":"publish","type":"post","link":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/208\/","title":{"rendered":"macOS \u306e path \u306f System-wide \u306a\u8a2d\u5b9a\u306b\u307e\u304b\u305b\u308b"},"content":{"rendered":"<p>Python 3 \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306e\u3068\u3053\u308d\u3067\uff0c\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u66f8\u3044\u305f\uff1a<\/p>\n<pre>brew install python<\/pre>\n<p>\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u5f8c\u3082\uff0cPython \u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304c 2\u7cfb\u306a\u5834\u5408\u306f\uff0c<\/p>\n<pre>\/usr\/local\/bin\/python --version \r\nPython 2.7.15 \r\n\/usr\/local\/opt\/python\/libexec\/bin\/python --version \r\nPython 3.7.2<\/pre>\n<p>\u306a\u306e\u3067\uff0c<code>\/etc\/paths<\/code> \u3092\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3059\u308c\u3070\u3088\u3044\u3002<\/p>\n<pre>cat \/etc\/paths \r\n\/usr\/local\/opt\/python\/libexec\/bin \r\n\/usr\/local\/bin \/usr\/bin \/bin \r\n\/usr\/sbin \r\n\/sbin<\/pre>\n<p>\u4e00\u90e8\u306b\uff0c<code>~\/.bashrc<\/code> \u306a\u3069\u306b <code>path<\/code> \u306e\u8a2d\u5b9a\u3092\u66f8\u3044\u3066\u304a\u304f\u3088\u3046\u306a\u8aac\u304c\u3042\u308b\u304c\uff0c\u4eca\u5f8c\u3082 <code>brew cask install<\/code> \u3067\u3044\u308d\u3044\u308d\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u305f\u3073\u306b<code> \/etc\/paths.d\/<\/code> \u306b\u30d1\u30b9\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u304c\u8ffd\u52a0\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308b\u306e\u3067\uff0c<code>path<\/code> \u8a2d\u5b9a\u306f\u30b7\u30b9\u30c6\u30e0\u30ef\u30a4\u30c9\u306a\u8a2d\u5b9a\u306b\u307e\u304b\u305b\u308b\u3068\u3044\u3046\u65b9\u91dd\u3002\u30b7\u30b9\u30c6\u30e0\u30ef\u30a4\u30c9\u306a\u8a2d\u5b9a\u306f\u4ee5\u4e0b\u3092\u53c2\u7167\u3059\u308c\u3070\u308f\u304b\u308b\u3088\u3046\u306b\uff0c<code>path_helper<\/code> \u304c\u3084\u3063\u3066\u304f\u308c\u308b\u3002<\/p>\n<pre>cat \/etc\/profile\r\n# System-wide .profile for sh(1)\r\n\r\nif [ -x \/usr\/libexec\/path_helper ]; then\r\neval `\/usr\/libexec\/path_helper -s`\r\nfi\r\n\r\nif [ \"${BASH-no}\" != \"no\" ]; then\r\n[ -r \/etc\/bashrc ] &amp;&amp; . \/etc\/bashrc\r\nfi<\/pre>\n<pre>cat \/etc\/csh.login\r\n# System-wide .login file for csh(1).\r\n\r\nif ( -x \/usr\/libexec\/path_helper ) then\r\neval `\/usr\/libexec\/path_helper -c`\r\nendif<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Python 3 \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306e\u3068\u3053\u308d\u3067\uff0c\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u66f8\u3044 <a href=\"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/208\/\" class=\"read-more\">Read More &#8230;<\/a><\/p>\n","protected":false},"author":33,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[7],"tags":[],"class_list":["post-208","post","type-post","status-publish","format-standard","hentry","category-macos"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Python 3 \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306e\u3068\u3053\u308d\u3067\uff0c\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u66f8\u3044\u305f\uff1a brew install python \u30a4\u30f3\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"kasai\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/208\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"ja_JP\" \/>\n\t\t<meta property=\"og:site_name\" content=\"HEROIC 2021 - \u5f18\u524d\u5927\u5b66 \u6559\u80b2\u7814\u7a76\u4e8b\u52d9\u696d\u52d9\u652f\u63f4\u30b7\u30b9\u30c6\u30e0\uff08PC \u5b9f\u7fd2\u5ba4\uff09\u306e\u30d5\u30ea\u30fc\u30a6\u30a7\u30a2\u74b0\u5883\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"macOS \u306e path \u306f System-wide \u306a\u8a2d\u5b9a\u306b\u307e\u304b\u305b\u308b - HEROIC 2021\" \/>\n\t\t<meta property=\"og:description\" content=\"Python 3 \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306e\u3068\u3053\u308d\u3067\uff0c\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u66f8\u3044\u305f\uff1a brew install python \u30a4\u30f3\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/208\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2019-02-22T01:54:52+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2019-04-16T05:51:15+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"macOS \u306e path \u306f System-wide \u306a\u8a2d\u5b9a\u306b\u307e\u304b\u305b\u308b - HEROIC 2021\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Python 3 \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306e\u3068\u3053\u308d\u3067\uff0c\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u66f8\u3044\u305f\uff1a brew install python \u30a4\u30f3\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/home.hirosaki-u.ac.jp\\\/heroic-2020\\\/208\\\/#blogposting\",\"name\":\"macOS \\u306e path \\u306f System-wide \\u306a\\u8a2d\\u5b9a\\u306b\\u307e\\u304b\\u305b\\u308b - HEROIC 2021\",\"headline\":\"macOS \\u306e path \\u306f System-wide \\u306a\\u8a2d\\u5b9a\\u306b\\u307e\\u304b\\u305b\\u308b\",\"author\":{\"@id\":\"https:\\\/\\\/home.hirosaki-u.ac.jp\\\/heroic-2020\\\/author\\\/kasai\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/home.hirosaki-u.ac.jp\\\/heroic-2020\\\/#organization\"},\"datePublished\":\"2019-02-22T10:54:52+09:00\",\"dateModified\":\"2019-04-16T14:51:15+09:00\",\"inLanguage\":\"ja\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/home.hirosaki-u.ac.jp\\\/heroic-2020\\\/208\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/home.hirosaki-u.ac.jp\\\/heroic-2020\\\/208\\\/#webpage\"},\"articleSection\":\"macOS\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/home.hirosaki-u.ac.jp\\\/heroic-2020\\\/208\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/home.hirosaki-u.ac.jp\\\/heroic-2020#listItem\",\"position\":1,\"name\":\"\\u30db\\u30fc\\u30e0\",\"item\":\"https:\\\/\\\/home.hirosaki-u.ac.jp\\\/heroic-2020\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/home.hirosaki-u.ac.jp\\\/heroic-2020\\\/category\\\/macos\\\/#listItem\",\"name\":\"macOS\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/home.hirosaki-u.ac.jp\\\/heroic-2020\\\/category\\\/macos\\\/#listItem\",\"position\":2,\"name\":\"macOS\",\"item\":\"https:\\\/\\\/home.hirosaki-u.ac.jp\\\/heroic-2020\\\/category\\\/macos\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/home.hirosaki-u.ac.jp\\\/heroic-2020\\\/208\\\/#listItem\",\"name\":\"macOS \\u306e path \\u306f System-wide \\u306a\\u8a2d\\u5b9a\\u306b\\u307e\\u304b\\u305b\\u308b\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/home.hirosaki-u.ac.jp\\\/heroic-2020#listItem\",\"name\":\"\\u30db\\u30fc\\u30e0\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/home.hirosaki-u.ac.jp\\\/heroic-2020\\\/208\\\/#listItem\",\"position\":3,\"name\":\"macOS \\u306e path \\u306f System-wide \\u306a\\u8a2d\\u5b9a\\u306b\\u307e\\u304b\\u305b\\u308b\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/home.hirosaki-u.ac.jp\\\/heroic-2020\\\/category\\\/macos\\\/#listItem\",\"name\":\"macOS\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/home.hirosaki-u.ac.jp\\\/heroic-2020\\\/#organization\",\"name\":\"HEROIC 2021\",\"description\":\"\\u5f18\\u524d\\u5927\\u5b66 \\u6559\\u80b2\\u7814\\u7a76\\u4e8b\\u52d9\\u696d\\u52d9\\u652f\\u63f4\\u30b7\\u30b9\\u30c6\\u30e0\\uff08PC \\u5b9f\\u7fd2\\u5ba4\\uff09\\u306e\\u30d5\\u30ea\\u30fc\\u30a6\\u30a7\\u30a2\\u74b0\\u5883\",\"url\":\"https:\\\/\\\/home.hirosaki-u.ac.jp\\\/heroic-2020\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/home.hirosaki-u.ac.jp\\\/heroic-2020\\\/author\\\/kasai\\\/#author\",\"url\":\"https:\\\/\\\/home.hirosaki-u.ac.jp\\\/heroic-2020\\\/author\\\/kasai\\\/\",\"name\":\"kasai\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/home.hirosaki-u.ac.jp\\\/heroic-2020\\\/208\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ffe4e9dacb5afd407e0f828ebef108080a5caedc052005aa63b5b233cd260f49?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"kasai\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/home.hirosaki-u.ac.jp\\\/heroic-2020\\\/208\\\/#webpage\",\"url\":\"https:\\\/\\\/home.hirosaki-u.ac.jp\\\/heroic-2020\\\/208\\\/\",\"name\":\"macOS \\u306e path \\u306f System-wide \\u306a\\u8a2d\\u5b9a\\u306b\\u307e\\u304b\\u305b\\u308b - HEROIC 2021\",\"description\":\"Python 3 \\u306e\\u30a4\\u30f3\\u30b9\\u30c8\\u30fc\\u30eb\\u306e\\u3068\\u3053\\u308d\\u3067\\uff0c\\u4ee5\\u4e0b\\u306e\\u3088\\u3046\\u306b\\u66f8\\u3044\\u305f\\uff1a brew install python \\u30a4\\u30f3\",\"inLanguage\":\"ja\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/home.hirosaki-u.ac.jp\\\/heroic-2020\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/home.hirosaki-u.ac.jp\\\/heroic-2020\\\/208\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/home.hirosaki-u.ac.jp\\\/heroic-2020\\\/author\\\/kasai\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/home.hirosaki-u.ac.jp\\\/heroic-2020\\\/author\\\/kasai\\\/#author\"},\"datePublished\":\"2019-02-22T10:54:52+09:00\",\"dateModified\":\"2019-04-16T14:51:15+09:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/home.hirosaki-u.ac.jp\\\/heroic-2020\\\/#website\",\"url\":\"https:\\\/\\\/home.hirosaki-u.ac.jp\\\/heroic-2020\\\/\",\"name\":\"HEROIC 2021\",\"description\":\"\\u5f18\\u524d\\u5927\\u5b66 \\u6559\\u80b2\\u7814\\u7a76\\u4e8b\\u52d9\\u696d\\u52d9\\u652f\\u63f4\\u30b7\\u30b9\\u30c6\\u30e0\\uff08PC \\u5b9f\\u7fd2\\u5ba4\\uff09\\u306e\\u30d5\\u30ea\\u30fc\\u30a6\\u30a7\\u30a2\\u74b0\\u5883\",\"inLanguage\":\"ja\",\"publisher\":{\"@id\":\"https:\\\/\\\/home.hirosaki-u.ac.jp\\\/heroic-2020\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"macOS \u306e path \u306f System-wide \u306a\u8a2d\u5b9a\u306b\u307e\u304b\u305b\u308b - HEROIC 2021","description":"Python 3 \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306e\u3068\u3053\u308d\u3067\uff0c\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u66f8\u3044\u305f\uff1a brew install python \u30a4\u30f3","canonical_url":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/208\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/208\/#blogposting","name":"macOS \u306e path \u306f System-wide \u306a\u8a2d\u5b9a\u306b\u307e\u304b\u305b\u308b - HEROIC 2021","headline":"macOS \u306e path \u306f System-wide \u306a\u8a2d\u5b9a\u306b\u307e\u304b\u305b\u308b","author":{"@id":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/author\/kasai\/#author"},"publisher":{"@id":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/#organization"},"datePublished":"2019-02-22T10:54:52+09:00","dateModified":"2019-04-16T14:51:15+09:00","inLanguage":"ja","mainEntityOfPage":{"@id":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/208\/#webpage"},"isPartOf":{"@id":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/208\/#webpage"},"articleSection":"macOS"},{"@type":"BreadcrumbList","@id":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/208\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020#listItem","position":1,"name":"\u30db\u30fc\u30e0","item":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020","nextItem":{"@type":"ListItem","@id":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/category\/macos\/#listItem","name":"macOS"}},{"@type":"ListItem","@id":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/category\/macos\/#listItem","position":2,"name":"macOS","item":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/category\/macos\/","nextItem":{"@type":"ListItem","@id":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/208\/#listItem","name":"macOS \u306e path \u306f System-wide \u306a\u8a2d\u5b9a\u306b\u307e\u304b\u305b\u308b"},"previousItem":{"@type":"ListItem","@id":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020#listItem","name":"\u30db\u30fc\u30e0"}},{"@type":"ListItem","@id":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/208\/#listItem","position":3,"name":"macOS \u306e path \u306f System-wide \u306a\u8a2d\u5b9a\u306b\u307e\u304b\u305b\u308b","previousItem":{"@type":"ListItem","@id":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/category\/macos\/#listItem","name":"macOS"}}]},{"@type":"Organization","@id":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/#organization","name":"HEROIC 2021","description":"\u5f18\u524d\u5927\u5b66 \u6559\u80b2\u7814\u7a76\u4e8b\u52d9\u696d\u52d9\u652f\u63f4\u30b7\u30b9\u30c6\u30e0\uff08PC \u5b9f\u7fd2\u5ba4\uff09\u306e\u30d5\u30ea\u30fc\u30a6\u30a7\u30a2\u74b0\u5883","url":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/"},{"@type":"Person","@id":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/author\/kasai\/#author","url":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/author\/kasai\/","name":"kasai","image":{"@type":"ImageObject","@id":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/208\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/ffe4e9dacb5afd407e0f828ebef108080a5caedc052005aa63b5b233cd260f49?s=96&d=mm&r=g","width":96,"height":96,"caption":"kasai"}},{"@type":"WebPage","@id":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/208\/#webpage","url":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/208\/","name":"macOS \u306e path \u306f System-wide \u306a\u8a2d\u5b9a\u306b\u307e\u304b\u305b\u308b - HEROIC 2021","description":"Python 3 \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306e\u3068\u3053\u308d\u3067\uff0c\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u66f8\u3044\u305f\uff1a brew install python \u30a4\u30f3","inLanguage":"ja","isPartOf":{"@id":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/#website"},"breadcrumb":{"@id":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/208\/#breadcrumblist"},"author":{"@id":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/author\/kasai\/#author"},"creator":{"@id":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/author\/kasai\/#author"},"datePublished":"2019-02-22T10:54:52+09:00","dateModified":"2019-04-16T14:51:15+09:00"},{"@type":"WebSite","@id":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/#website","url":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/","name":"HEROIC 2021","description":"\u5f18\u524d\u5927\u5b66 \u6559\u80b2\u7814\u7a76\u4e8b\u52d9\u696d\u52d9\u652f\u63f4\u30b7\u30b9\u30c6\u30e0\uff08PC \u5b9f\u7fd2\u5ba4\uff09\u306e\u30d5\u30ea\u30fc\u30a6\u30a7\u30a2\u74b0\u5883","inLanguage":"ja","publisher":{"@id":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/#organization"}}]},"og:locale":"ja_JP","og:site_name":"HEROIC 2021 - \u5f18\u524d\u5927\u5b66 \u6559\u80b2\u7814\u7a76\u4e8b\u52d9\u696d\u52d9\u652f\u63f4\u30b7\u30b9\u30c6\u30e0\uff08PC \u5b9f\u7fd2\u5ba4\uff09\u306e\u30d5\u30ea\u30fc\u30a6\u30a7\u30a2\u74b0\u5883","og:type":"article","og:title":"macOS \u306e path \u306f System-wide \u306a\u8a2d\u5b9a\u306b\u307e\u304b\u305b\u308b - HEROIC 2021","og:description":"Python 3 \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306e\u3068\u3053\u308d\u3067\uff0c\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u66f8\u3044\u305f\uff1a brew install python \u30a4\u30f3","og:url":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/208\/","article:published_time":"2019-02-22T01:54:52+00:00","article:modified_time":"2019-04-16T05:51:15+00:00","twitter:card":"summary","twitter:title":"macOS \u306e path \u306f System-wide \u306a\u8a2d\u5b9a\u306b\u307e\u304b\u305b\u308b - HEROIC 2021","twitter:description":"Python 3 \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306e\u3068\u3053\u308d\u3067\uff0c\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u66f8\u3044\u305f\uff1a brew install python \u30a4\u30f3"},"aioseo_meta_data":{"post_id":"208","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":null,"isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2022-06-06 07:15:32","updated":"2025-09-18 02:10:34","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\" title=\"\u30db\u30fc\u30e0\">\u30db\u30fc\u30e0<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/category\/macos\/\" title=\"macOS\">macOS<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tmacOS \u306e path \u306f System-wide \u306a\u8a2d\u5b9a\u306b\u307e\u304b\u305b\u308b\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"\u30db\u30fc\u30e0","link":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020"},{"label":"macOS","link":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/category\/macos\/"},{"label":"macOS \u306e path \u306f System-wide \u306a\u8a2d\u5b9a\u306b\u307e\u304b\u305b\u308b","link":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/208\/"}],"_links":{"self":[{"href":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/wp-json\/wp\/v2\/posts\/208","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/wp-json\/wp\/v2\/users\/33"}],"replies":[{"embeddable":true,"href":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/wp-json\/wp\/v2\/comments?post=208"}],"version-history":[{"count":3,"href":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/wp-json\/wp\/v2\/posts\/208\/revisions"}],"predecessor-version":[{"id":711,"href":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/wp-json\/wp\/v2\/posts\/208\/revisions\/711"}],"wp:attachment":[{"href":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/wp-json\/wp\/v2\/media?parent=208"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/wp-json\/wp\/v2\/categories?post=208"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/home.hirosaki-u.ac.jp\/heroic-2020\/wp-json\/wp\/v2\/tags?post=208"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}