python_altinstall
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
python_altinstall [2015/10/06 16:38] – luke7858 | python_altinstall [2024/05/23 07:26] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | === Python 2.7.6 === | + | source http:// |
- | Source: http://toomuchdata.com/2014/02/16/how-to-install-python-on-centos/ | + | source https://github.com/h2oai/h2o-2/wiki/Installing-python-2.7-on-centos-6.3.-Follow-this-sequence-exactly-for-centos-machine-only |
+ | \\ | ||
+ | \\ | ||
+ | === Using Alt install === | ||
+ | |||
+ | ==Prerequisites === | ||
<sxh bash> | <sxh bash> | ||
yum groupinstall " | yum groupinstall " | ||
Line 7: | 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 | ||
</ | </ | ||
+ | \\ | ||
+ | |||
+ | === Python 2.10.5 === | ||
+ | Source: http:// | ||
+ | |||
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:// | + | wget https://www.python.org/ |
</ | </ | ||
<sxh bash> | <sxh bash> | ||
- | tar xf Python-2.7.6.tar.xz | + | tar -zxvf Python-2.7.10.tgz |
</ | </ | ||
<sxh bash> | <sxh bash> | ||
- | cd Python-2.7.6 | + | cd Python-2.7.10 |
</ | </ | ||
+ | The following command will install the Python interpreter in / | ||
<sxh bash> | <sxh bash> | ||
./configure --prefix=/ | ./configure --prefix=/ | ||
Line 23: | Line 34: | ||
make && make altinstall | make && make altinstall | ||
</ | </ | ||
+ | \\ | ||
== Download and install Setuptools + pip == | == Download and install Setuptools + pip == | ||
<sxh bash> | <sxh bash> | ||
Line 33: | Line 45: | ||
<sxh bash> | <sxh bash> | ||
easy_install-2.7 pip | easy_install-2.7 pip | ||
- | </ | ||
- | Python 2.7 should now be located: | ||
- | <sxh bash> | ||
- | / | ||
- | </ | ||
- | |||
- | === Understanding Python locations === | ||
- | I would recommend reading the following article to understand more | ||
- | <sxh bash> | ||
- | https:// | ||
</ | </ | ||
python_altinstall.1444149484.txt.gz · Last modified: 2024/05/23 07:26 (external edit)