|
| From: | John Donoghue |
| Subject: | [Octave-bug-tracker] [bug #57730] Segmentation fault attempting to install packages |
| Date: | Mon, 3 Feb 2020 16:30:42 -0500 (EST) |
| User-agent: | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.17763 |
Follow-up Comment #9, bug #57730 (project octave):
Windows doesnt have the which command.
Perhaps:
system("sh --version")
and
getenv('PATH')
My version reports as:
GNU bash, version 4.4.23(1)-release (x86_64-pc-msys)
The first few entries of the path variable in octave are:
C:\Octave\Octave-5.1.0.0\mingw64\qt5\bin;C:\Octave\Octave-5.1.0.0\mingw64\bin;C:\Octave\Octave-5.1.0.0\usr\bin;
Where sh.exe is in C:\Octave\Octave-5.1.0.0\usr\bin
If anything else is in the path before that, that has the sh command, it may
be used first.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?57730>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |