My use case is probably not unusual. I want to use Ubuntu and Google App Engine. The latest version of Ubuntu has a version of Python that is not compatible with GAE, so you need to revert to Python 2.5.5.
After that, "whereis python" detects this mess:
python: /usr/bin/python /usr/bin/python2.6 /etc/python /etc/python2.6 /usr/lib/python2.5 /usr/lib/python /usr/lib/python2.7 /usr/lib/python2.6 /usr/lib64/python2.5 /usr/lib64/python /usr/lib64/python2.7 /usr/lib64/python2.6 /usr/local/bin/python2.5 /usr/local/bin/python2.5-config /usr/local/bin/python /usr/local/lib/python2.5 /usr/local/lib/python2.6 /usr/include/python2.6 /usr/share/python /usr/share/man/man1/python.1.gz
If it is cleaned or cleansed, will it be a risky waste of time? How will it be cleaned? Could this have been avoided? I understand that this was due to (linux) design, but can some of this intricate mess be minimized, given that I know that I always intend to have a single-user Linux system?
source share