{"id":1321,"date":"2016-05-08T12:07:12","date_gmt":"2016-05-08T16:07:12","guid":{"rendered":"http:\/\/shirishranjit.com\/blog1\/?page_id=1321"},"modified":"2016-05-08T12:10:21","modified_gmt":"2016-05-08T16:10:21","slug":"intel-python-3-5-in-debian-linux-without-apt-get","status":"publish","type":"page","link":"https:\/\/shirishranjit.com\/blog1\/technical-posts\/linux-tidbits\/intel-python-3-5-in-debian-linux-without-apt-get","title":{"rendered":"Intel Python 3.5 in Debian Linux without Apt-get"},"content":{"rendered":"<p>Get the Paython tar and build and install.<\/p>\n<pre>\r\nsudo apt-get install libssl-dev openssl\r\nwget https:\/\/www.python.org\/ftp\/python\/3.5.0\/Python-3.5.0.tgz\r\ntar xzvf Python-3.5.0.tgz\r\ncd Python-3.5.0.tgz\r\n.\/configure\r\nmake\r\nsudo make install\r\n\r\n<\/pre>\n<p>Test the install<\/p>\n<pre>\r\npython3.5\r\n<\/pre>\n<p>if it is not linked, then do the following:<\/p>\n<pre>\r\nsudo ln -fs \/opt\/Python-3.5.0\/Python \/usr\/bin\/python3.5\r\n<\/pre>\n<div class=\"twttr_buttons\"><div class=\"twttr_twitter\">\n\t\t\t\t\t<a href=\"http:\/\/twitter.com\/share?text=Intel+Python+3.5+in+Debian+Linux+without+Apt-get\" class=\"twitter-share-button\" data-via=\"\" data-hashtags=\"\"  data-size=\"default\" data-url=\"https:\/\/shirishranjit.com\/blog1\/technical-posts\/linux-tidbits\/intel-python-3-5-in-debian-linux-without-apt-get\"  data-related=\"\" target=\"_blank\">Tweet<\/a>\n\t\t\t\t<\/div><div class=\"twttr_followme\">\n\t\t\t\t\t\t<a href=\"https:\/\/twitter.com\/shiranjit\" class=\"twitter-follow-button\" data-size=\"default\"  data-show-screen-name=\"false\"  target=\"_blank\">Follow me<\/a>\n\t\t\t\t\t<\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Get the Paython tar and build and install. sudo apt-get install libssl-dev openssl wget https:\/\/www.python.org\/ftp\/python\/3.5.0\/Python-3.5.0.tgz tar xzvf Python-3.5.0.tgz cd Python-3.5.0.tgz .\/configure make sudo make install Test the install python3.5 if it is not linked, then do the following: sudo ln &hellip; <a href=\"https:\/\/shirishranjit.com\/blog1\/technical-posts\/linux-tidbits\/intel-python-3-5-in-debian-linux-without-apt-get\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":4,"featured_media":0,"parent":292,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1321","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/shirishranjit.com\/blog1\/wp-json\/wp\/v2\/pages\/1321"}],"collection":[{"href":"https:\/\/shirishranjit.com\/blog1\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/shirishranjit.com\/blog1\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/shirishranjit.com\/blog1\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/shirishranjit.com\/blog1\/wp-json\/wp\/v2\/comments?post=1321"}],"version-history":[{"count":2,"href":"https:\/\/shirishranjit.com\/blog1\/wp-json\/wp\/v2\/pages\/1321\/revisions"}],"predecessor-version":[{"id":1323,"href":"https:\/\/shirishranjit.com\/blog1\/wp-json\/wp\/v2\/pages\/1321\/revisions\/1323"}],"up":[{"embeddable":true,"href":"https:\/\/shirishranjit.com\/blog1\/wp-json\/wp\/v2\/pages\/292"}],"wp:attachment":[{"href":"https:\/\/shirishranjit.com\/blog1\/wp-json\/wp\/v2\/media?parent=1321"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}