How can I remove python 2.7 after installing python 3.3?

Posted by phoenix bai on Ask Ubuntu See other posts from Ask Ubuntu or by phoenix bai
Published on 2013-07-01T13:42:46Z Indexed on 2013/07/01 16:29 UTC
Read the original article Hit count: 849

Filed under:
|

I have successfully installed python 3.3 on Ubuntu 12.10. Since I don’t need multiple versions of python, I want to remove the existing python 2.7. When I try to do that, using

sudo apt-get remove python2.7

Ubuntu warns me that there are tons of system dependent components which will also be removed. It looks really scary.

So, is there a way to remove python 2.7 without removing the system dependent components, or can I direct those dependents to use python 3.3?

© Ask Ubuntu or respective owner

Related posts about python

Related posts about python-2.7