comparison installer-files/octave.bat @ 5493:dace3d372190

Use msys2 python3 * src/msys2-mpdecimal.mk, src/msys2-python.mk, src/src-msys2-mpdecimal.mk, src/src-msys2-python.mk: new files * dist-files.mk: added ref to new files * index.html: add ref to new packages * installer-files/octave-firsttime.vbs, installer-files/octave.bat, installer-files/octave.vbs: remove python path add * src/python-embedded.mk: add note on not used * src/python-mpmath.mk, src/python-sympy.mk: update dependancy for msys2-python
author John Donoghue <john.donoghue@ieee.org>
date Thu, 23 Jul 2020 12:29:32 -0400
parents 3c10ce089d7c
children cf7adc238c0c
comparison
equal deleted inserted replaced
5492:f04816d4888f 5493:dace3d372190
24 ) 24 )
25 ) 25 )
26 26
27 Rem Set up PATH. Make sure the octave bin dir comes first. 27 Rem Set up PATH. Make sure the octave bin dir comes first.
28 28
29 set PATH=%OCT_HOME%qt5\bin;%OCT_HOME%bin;%MSYSPATH%bin;%OCT_HOME%python;%PATH% 29 set PATH=%OCT_HOME%qt5\bin;%OCT_HOME%bin;%MSYSPATH%bin;%PATH%
30 30
31 Rem Set up any environment vars we may need. 31 Rem Set up any environment vars we may need.
32 32
33 set TERM=cygwin 33 set TERM=cygwin
34 set GNUTERM=wxt 34 set GNUTERM=wxt