Browse Source

specify python2.2

David Rose 23 years ago
parent
commit
45d6b08993
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/showbase/ppython

+ 1 - 1
direct/src/showbase/ppython

@@ -13,7 +13,7 @@ if [ -z "$PANDA_ROOT" ]; then
   PYTHONPATH=`echo $PYTHONPATH | sed 'y/;/:/'`
   PYTHONPATH=`echo $PYTHONPATH | sed 'y/;/:/'`
   export PYTHONPATH
   export PYTHONPATH
   # Run unbuffered output, with any options passed in
   # Run unbuffered output, with any options passed in
-  exec $wgl python -u $*
+  exec $wgl python2.2 -u $*
   exit 1
   exit 1
 fi
 fi