Í
Íéêüëáïò Êïýñáò
Ôç ÓÜââáôï, 1 Éïõíßïõ 2013 2:55:38 ð.ì.UTC+3, ï ÷ñÞóôçò Ian Ýãñáøå:
Do you think that i should have my VPS copmany to install ubuntu for me anduse apt-get install python3 ?
I think ubuntu is friendlier.
Indeed i have comiled python 2.7 and 3.3 form source after wget and./configure an make install
but i belive somehting is mixed up althouh python works ok.
root@nikos [/opt/python3/bin]# ls -al
root@nikos [/opt/python3/bin]# make helpmake: *** No rule to make target `help'. Stop.root@nikos [/opt/python3/bin]#
cant remove it.
The Makefile would be located in the source directory where you built
Python, not in the installation directory. But in any case, I don't
think the Python Makefile includes an uninstall option. If you want
to uninstall Python that was built from source, you need to remove the
files by hand.
Why you say i cant just yum install python3.3.2
Because CentOS 6 evidently does not provide a package for any version
of Python other than 2.6. If you want to install another version, you
will need to do it from source.
Do you think that i should have my VPS copmany to install ubuntu for me anduse apt-get install python3 ?
I think ubuntu is friendlier.