sbsv2/raptor/bin/sbs.bat
changeset 231 0f26bc078e36
parent 182 085d88c7230a
child 276 e80c44f576df
child 336 a2b6ca74ba48
--- a/sbsv2/raptor/bin/sbs.bat	Wed Feb 17 16:10:19 2010 +0000
+++ b/sbsv2/raptor/bin/sbs.bat	Wed Feb 17 16:37:10 2010 +0000
@@ -30,8 +30,9 @@
 
 @REM Use the python set by the environment if possible
 @SET __PYTHON__=%SBS_PYTHON%
-@IF "%__PYTHON__%"=="" SET __PYTHON__=python.exe
-@IF NOT "%SBS_PYTHONPATH%"=="" SET PYTHONPATH=%SBS_PYTHONPATH%
+@IF "%__PYTHON__%"=="" SET __PYTHON__=%SBS_HOME%\win32\python264\python.exe
+@SET PYTHONPATH=%SBS_PYTHONPATH%
+@IF "%PYTHONPATH%"=="" SET PYTHONPATH=%SBS_HOME%\win32\python264
 
 @REM Use the mingw set by the environment if possible
 @SET __MINGW__=%SBS_MINGW%