User Tools

Site Tools


python_altinstall

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
python_altinstall [2015/10/06 19:34] luke7858python_altinstall [2024/05/23 07:26] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====IGNORE GUIDE FOR NOW....==== +source http://sowingseasons.com/blog/building-python-2-7-10-on-raspberry-pi-2.html 
-READ THIS ARTICLE IF YOU WANT PYTHON 2.7.10: +source https://github.com/h2oai/h2o-2/wiki/Installing-python-2.7-on-centos-6.3.-Follow-this-sequence-exactly-for-centos-machine-only
- +
-http://sowingseasons.com/blog/building-python-2-7-10-on-raspberry-pi-2.html+
 \\ \\
 \\ \\
-=== Python 2.7.6 === +=== Using Alt install === 
-Source: http://toomuchdata.com/2014/02/16/how-to-install-python-on-centos/+ 
 +==Prerequisites ===
 <sxh bash> <sxh bash>
 yum groupinstall "Development tools" yum groupinstall "Development tools"
Line 13: Line 12:
 yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-devel xz-devel yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-devel xz-devel
 </sxh> </sxh>
 +\\
 +
 +=== Python 2.10.5 ===
 +Source: http://toomuchdata.com/2014/02/16/how-to-install-python-on-centos/
 +
 Now the dependancies have been installed we can go ahead and get the python tar: Now the dependancies have been installed we can go ahead and get the python tar:
 <sxh bash> <sxh bash>
-wget http://python.org/ftp/python/2.7.6/Python-2.7.6.tar.xz+wget https://www.python.org/ftp/python/2.7.10/Python-2.7.10.tgz
 </sxh> </sxh>
 <sxh bash> <sxh bash>
-tar xf Python-2.7.6.tar.xz+tar -zxvf Python-2.7.10.tgz
 </sxh> </sxh>
 <sxh bash> <sxh bash>
-cd Python-2.7.6+cd Python-2.7.10
 </sxh> </sxh>
 +The following command will install the Python interpreter in /usr/local/bin/python2.7
 <sxh bash> <sxh bash>
 ./configure --prefix=/usr/local --enable-unicode=ucs4 --enable-shared LDFLAGS="-Wl,-rpath /usr/local/lib" ./configure --prefix=/usr/local --enable-unicode=ucs4 --enable-shared LDFLAGS="-Wl,-rpath /usr/local/lib"
Line 29: Line 34:
 make && make altinstall make && make altinstall
 </sxh> </sxh>
 +\\
 == Download and install Setuptools + pip == == Download and install Setuptools + pip ==
 <sxh bash> <sxh bash>
Line 40: Line 46:
 easy_install-2.7 pip easy_install-2.7 pip
 </sxh> </sxh>
-Python 2.7 should now be located: 
-<sxh bash> 
-/usr/local/bin/python2.7 
-</sxh> 
- 
-=== Understanding Python locations === 
-I would recommend reading the following article to understand more 
-https://github.com/h2oai/h2o-2/wiki/Installing-python-2.7-on-centos-6.3.-Follow-this-sequence-exactly-for-centos-machine-only 
  
python_altinstall.1444160047.txt.gz · Last modified: 2024/05/23 07:26 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki