Apps :: make python python2.4
I installed python 2.4 via apt-get without problems. What I am running into is that most scripts shebang with python. Is there a way to make python point to python 2.4?
Also along these lines how do I make firefox the default web browser and gvin he default editer in emelfml?
Point two: One possibility is to open emelFM, click on "Configure"->"Filetypes"->"htm,html"->'Edit', and change dillo to firefox.
Point one: Unfortunately, I have the same problem! This would be very nice to know for me, too.
try a symlink.
ln -s /usr/bin/python{2.4,}
...assuming it's in /usr/bin
original here.