{"id":123,"date":"2013-12-05T00:32:43","date_gmt":"2013-12-04T23:32:43","guid":{"rendered":"http:\/\/andreikucharavy.com\/L3Cache\/?p=123"},"modified":"2014-03-16T23:44:29","modified_gmt":"2014-03-16T22:44:29","slug":"installing-dev-versions-of-python-on-os-x","status":"publish","type":"post","link":"https:\/\/andreikucharavy.com\/L3Cache\/installing-dev-versions-of-python-on-os-x\/","title":{"rendered":"Installing dev versions of python on OS-X"},"content":{"rendered":"<p><strong>Step1:<\/strong> \u00a0Go to the <a title=\"python official download page\" href=\"http:\/\/www.python.org\/download\/\" target=\"_blank\">python official download page<\/a>\u00a0and download the python interpreter versions you are interested in.<\/p>\n<p><strong>Step2:<\/strong> Install them, by ctrl-clicking on the .mpkg file and choosing to open it with the installer (required to override the fact that the python interpreters are incompatible with the new Guardian secure installation system)<\/p>\n<p><strong>Step3:<\/strong> as described in <a title=\"pip installation guide\" href=\"http:\/\/www.pip-installer.org\/en\/latest\/installing.html#id5\" target=\"_blank\">pip installation guide<\/a>:<\/p>\n<p>&#8211; \u00a0issue interpreter version-specific setup tools install:<\/p>\n<pre>pythonX.X ez_setup.py<\/pre>\n<p>&#8211; install version-specific pip installation:<\/p>\n<pre> pythonX.X get-pip.py<\/pre>\n<p><strong>Step4:<\/strong> add the pip-X.X specific directory to your path:<\/p>\n<pre>nano ~\/.bash_profile<\/pre>\n<p>and<\/p>\n<pre>export PATH=$PATH:\/Library\/Frameworks\/Python.framework\/Versions\/X.X\/bin<\/pre>\n<p>Now that you&#8217;re done, please verify that the clang is installed and is in your system path. If this is not the case you might experience some trouble installing python modules requiring to be compiled.<\/p>\n<p>Add-on: to install LAPCKs and ATLAS (very useful for Scipy, follow <a title=\"Atlas installation on mac\" href=\"http:\/\/okomestudio.net\/biboroku\/?p=722\">this tutorial <\/a>)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Step1: \u00a0Go to the python official download page\u00a0and download the python interpreter versions you are interested in. Step2: Install them, by ctrl-clicking on the .mpkg file and choosing to open it with the installer (required to override the fact that the python interpreters are incompatible with the new Guardian secure installation system) Step3: as described <a class=\"read-more\" href=\"https:\/\/andreikucharavy.com\/L3Cache\/installing-dev-versions-of-python-on-os-x\/\">[&hellip;]<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[24],"tags":[],"class_list":["post-123","post","type-post","status-publish","format-standard","hentry","category-prog"],"_links":{"self":[{"href":"https:\/\/andreikucharavy.com\/L3Cache\/wp-json\/wp\/v2\/posts\/123"}],"collection":[{"href":"https:\/\/andreikucharavy.com\/L3Cache\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/andreikucharavy.com\/L3Cache\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/andreikucharavy.com\/L3Cache\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/andreikucharavy.com\/L3Cache\/wp-json\/wp\/v2\/comments?post=123"}],"version-history":[{"count":4,"href":"https:\/\/andreikucharavy.com\/L3Cache\/wp-json\/wp\/v2\/posts\/123\/revisions"}],"predecessor-version":[{"id":128,"href":"https:\/\/andreikucharavy.com\/L3Cache\/wp-json\/wp\/v2\/posts\/123\/revisions\/128"}],"wp:attachment":[{"href":"https:\/\/andreikucharavy.com\/L3Cache\/wp-json\/wp\/v2\/media?parent=123"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/andreikucharavy.com\/L3Cache\/wp-json\/wp\/v2\/categories?post=123"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/andreikucharavy.com\/L3Cache\/wp-json\/wp\/v2\/tags?post=123"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}