make python python2.4Forum: Apps Topic: make python python2.4 started by: count0 Posted by count0 on May 15 2005,15:38
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? Posted by Melancholie on May 16 2005,20:31
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. Posted by mikshaw on May 16 2005,21:40
try a symlink.ln -s /usr/bin/python{2.4,} ...assuming it's in /usr/bin |