How to install ROS-fuerte with the dependency to python 2.6 when python 2.7 also exists in Ubuntu12.04?
My environment is Ubuntu-12.04, ROS-fuerte. The default python version on Ubuntu-12.04 is python-2.7. I firstly installed ROS-fuerte depending on python-2.7. But I would like to use ROS with other software that developed by Python-2.6. So I installed python-2.6, and make it default in my system. And then I re-installed the ROS-fuerte (want to change its dependency) using "sudo apt-get install ros-fuerte-desktop-full". But I found that the ROS still depends on python-2.7(the python library under ROS is /opt/ros/fuerte/lib/python2.7). What should I do to make ROS work with python-2.6?
Interestingly, I just found that python version supported in
fuerte
is 2.6, which is not supported on Precise. I opened a question.Are you sure the other software will not work with Python 2.7? There are not many differences.