1
1
I am trying to install a deb package I built from source, the package is call LIO-Utils.
LIO-Utils and the packages to follow require Python2.6 but Ubuntu 11.10 Server is running Python2.7.
I have already installed Python2.6 via apt-get, and when I go to install the package LIO-Utils installs to the Python2.7 directory and not the Python2.6.
Is there a way to force installation into a specific version? I cannot remove Python2.7 because alot of Ubuntu's tools are based on Python2.7
I ended up using
update-alternatives
does this accomplish the same thing? – ianc1215 – 2011-12-27T07:20:47.430you're absolutely correct - that primary option slipped my mind at the time i answered. I will update my answer for the sake of other users – venzen – 2011-12-27T08:02:35.270