comparison installer-files/cmdshell.bat @ 5301:3c10ce089d7c

Add pthon path to launch script files * installer-files/cmdshell.bat, installer-files/octave-firsttime.vbs, installer-files/octave.bat, installer-files/octave.vbs: add python dir path
author John Donoghue
date Mon, 10 Feb 2020 15:40:22 -0500
parents cbf69a7357d9
children f146714a73c3
comparison
equal deleted inserted replaced
5300:561da151205e 5301:3c10ce089d7c
24 if EXIST %OCTAVE_HOME%\mingw32\bin\octave-cli.exe set OCTAVE_HOME=%OCTAVE_HOME%\mingw32 24 if EXIST %OCTAVE_HOME%\mingw32\bin\octave-cli.exe set OCTAVE_HOME=%OCTAVE_HOME%\mingw32
25 if EXIST %OCTAVE_HOME%\mingw64\bin\octave-cli.exe set OCTAVE_HOME=%OCTAVE_HOME%\mingw64 25 if EXIST %OCTAVE_HOME%\mingw64\bin\octave-cli.exe set OCTAVE_HOME=%OCTAVE_HOME%\mingw64
26 26
27 Rem Set up PATH. Make sure the octave bin dir 27 Rem Set up PATH. Make sure the octave bin dir
28 Rem comes first. 28 Rem comes first.
29 set PATH=%OCTAVE_HOME%qt5\bin;%OCTAVE_HOME%bin;%PATH% 29 set PATH=%OCTAVE_HOME%qt5\bin;%OCTAVE_HOME%bin;%OCTAVE_HOME%python;%PATH%
30 set TERM=cygwin 30 set TERM=cygwin
31 set GS=gs.exe 31 set GS=gs.exe
32 set GNUTERM=wxt 32 set GNUTERM=wxt
33 33
34 %MSYSDIR%\bin\bash.exe --login -i 34 %MSYSDIR%\bin\bash.exe --login -i