Dae James <daeda...@126.com> writes:

> My linux distribution is CentOs 6.3. And python attached to the OS is 2.6. 
> How can I overwrite the previous version with python 2.7 ? Or how can I 
> uninstall the previous version?
>

This is not recommended.  The python version supplied with your OS might
be used by a number of programs and utilities that are shipped with the
OS.  If you want to run a different version of python, install it in
addition to the version already there.  You can build from source,
following the instructions here:
http://docs.python.org/2/using/unix.html#building-python

-- 
regards,
kushal
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to