On Fri, May 31, 2013 at 11:10 AM, Νικόλαος Κούρας <nikos.gr...@gmail.com> wrote:
> root@nikos [~]# ls -al /usr/bin/python*
> -rwxr-xr-x 3 root root 4864 Feb 22 02:00 /usr/bin/python*
> lrwxrwxrwx 1 root root    6 Apr  5 20:34 /usr/bin/python2 -> python*
> -rwxr-xr-x 3 root root 4864 Feb 22 02:00 /usr/bin/python2.6*
> -rwxr-xr-x 1 root root 1418 Feb 22 02:00 /usr/bin/python2.6-config*
> lrwxrwxrwx 1 root root   24 Apr  7 22:10 /usr/bin/python3 -> 
> /opt/python3/bin/python3*
> lrwxrwxrwx 1 root root   16 Apr  5 20:35 /usr/bin/python-config -> 
> python2.6-config*
> root@nikos [~]#
>
> so, i should just 'yum remove python3' ?

If you're not using it, and if yum isn't going to remove anything else
that has it as a dependency, then go ahead.

On the other hand, there's really not much harm in leaving it.  Python
2.6 is already your default Python.

Is this the same system where you recently spent a lot of time
upgrading your web scripts to Python 3?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to