[spambayes-dev] [Spambayes] What does this mean?

skip at pobox.com skip at pobox.com
Thu Jun 18 03:06:06 CEST 2009


    Eric> I checked Synaptic to what in regards to Python was installed.  It
    Eric> says that Python 2.5 and 2.6 are installed.

    Eric> Is it possible to specify in the command line which version of
    Eric> Python to use?

I sort of assume you installed SpamBayes something like this:

    python setup.py install

You can refrence Python 2.5 directly:

    python2.5 setup.py install

SpamBayes will then be run using Python 2.5.  If you install SpamBayes using
Synaptics, I don't know how to tell it to use Python 2.5.

Skip


More information about the spambayes-dev mailing list