I want to uninstall python 2.6.5 and want to install python 2.5 Also want to uninstall nosetests new version and install old one.
OS is Ubuntu
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
While this would be best asked on askubuntu I have used the answer outlined here before. The main idea is that you can use the You should NOT uninstall or downgrade the default Python on an Ubuntu machine since internal programs and services do rely on it. You will get unexpected results if you do. | |||
|
feedback
|
aptitude removeand install withaptitude install? – nmichaels May 20 '11 at 15:19