[maemo-developers] How to make python2.5 default in scratchbox?

From: Faheem Pervez trippin1 at gmail.com
Date: Mon Dec 14 14:18:14 EET 2009
Hiya,

My favourite way (works for CDBS, too, without the usual shit CDBS brings):

In debian/rules, near the top:

SBOX_REDIRECT_IGNORE := /usr/bin/python
export SBOX_REDIRECT_IGNORE

PATH := /usr/bin:$(PATH)
export PATH

Make sure to Build-Depend on python2.5, too.

Best Regards,
Faheem

On Mon, Dec 14, 2009 at 11:59 AM, Till Harbaum / Lists
<lists at harbaum.org> wrote:
> Hi,
>
> i am trying to port some software that requires scons at build time and which in turn needs python2.5. There is a python 2.5 in the repository, but scratchbox comes with its own python 2.3.
>
> Now the question: How do i make python2.5 the default? And this needs to be in a way that also works with the autobuilder.
>
> I am trying to port the latest version of widelands to maemo5.
>
> Till
> _______________________________________________
> maemo-developers mailing list
> maemo-developers at maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-developers
>
More information about the maemo-developers mailing list