Τη Σάββατο, 1 Ιουνίου 2013 3:15:22 π.μ. UTC+3, ο χρήστης Dennis Lee Bieber 
έγραψε:
> On Fri, 31 May 2013 08:20:54 -0700 (PDT), �������� 
> ������
> 
> <nikos.gr...@gmail.com> declaimed the following in
> 
> gmane.comp.python.general:
> 
> 
> 
> > I'am using CentOS v6.4 on my VPS and hence 'yum' install manager and i just 
> > tried:
> 
> > 
> 
> > Code:
> 
> > root@nikos [~]# which python
> 
> > /usr/bin/python
> 
> > root@nikos [~]# which python3
> 
> > /root/.local/lib/python2.7/bin/python3
> 
> > root@nikos [~]# which python3.3
> 
> > /root/.local/lib/python2.7/bin/python3.3
> 
> > root@nikos [~]#
> 
> 
> 
>       I'd be concerned that those 3/3.3 entries are showing up in a 2.7
> 
> installation directory!
> 
> 
> 
>       Other than that, I'd see if some of those of softlinks (or even
> 
> hardlinks) to another... That is: /usr/bin/python maybe links to your
> 
> python3.3, and your python3 also links to the python3.3 -- meaning you
> 
> really only have one Python in the 3.x branch (you didn't check for 2.x)
> 
> -- 
> 
>       Wulfraed                 Dennis Lee Bieber         AF6VN
> 
>         wlfr...@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

Thats exactly my thoughts.
Can you please tell me HOW TO GET RID OF ALL PYTHON SETUPS except 2.6 that is 
needed for system core and then just install 3.3.2?

also why cant i install 3.3.2  using yum. if i could instead of building from 
source then i wouldn't have this installed mess but i could simply
yum remove python*
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to