From 45d6b08993bd76fb0e7d5d2228a3f86826b72c30 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 9 Sep 2002 22:42:30 +0000 Subject: [PATCH] specify python2.2 --- direct/src/showbase/ppython | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/showbase/ppython b/direct/src/showbase/ppython index ba23fcecbe..bd936b19e1 100755 --- a/direct/src/showbase/ppython +++ b/direct/src/showbase/ppython @@ -13,7 +13,7 @@ if [ -z "$PANDA_ROOT" ]; then PYTHONPATH=`echo $PYTHONPATH | sed 'y/;/:/'` export PYTHONPATH # Run unbuffered output, with any options passed in - exec $wgl python -u $* + exec $wgl python2.2 -u $* exit 1 fi