sbsv2/raptor/bin/sbs.bat
branchwip
changeset 149 d082b140eb98
parent 119 f293a5f26578
child 155 e65788ec4aa9
--- a/sbsv2/raptor/bin/sbs.bat	Tue Jan 19 20:54:38 2010 +0000
+++ b/sbsv2/raptor/bin/sbs.bat	Tue Jan 19 23:54:45 2010 +0000
@@ -30,9 +30,9 @@
 
 @REM Use the python set by the environment if possible
 @SET __PYTHON__=%SBS_PYTHON%
-@IF "%__PYTHON__%"=="" SET __PYTHON__=%SBS_HOME%\win32\python252\python.exe
+@IF "%__PYTHON__%"=="" SET __PYTHON__=%SBS_HOME%\win32\python264\python.exe
 @SET PYTHONPATH=%SBS_PYTHONPATH%
-@IF "%PYTHONPATH%"=="" SET PYTHONPATH=%SBS_HOME%\win32\python252
+@IF "%PYTHONPATH%"=="" SET PYTHONPATH=%SBS_HOME%\win32\python264
 
 @REM Use the mingw set by the environment if possible
 @SET __MINGW__=%SBS_MINGW%