help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AW: Problem by Octave-cli


From: Khosravi, Nika
Subject: AW: Problem by Octave-cli
Date: Tue, 19 May 2020 08:15:02 +0000

Hi Kai,


thank you for answering. I tried this "set OCTAVE_EXECUTABLE=C:\Octave\Octave-5.x.x.x\mingw64\bin\octave-cli.exe"  but it didn't work :(

How can I set "octave-cli.exe" to my PATH environment variable?


Regards,

Nika



Von: Kai Torben Ohlhus <address@hidden>
Gesendet: Dienstag, 19. Mai 2020 05:13:44
An: Khosravi, Nika
Cc: address@hidden
Betreff: Re: Problem by Octave-cli
 
On 5/19/20 4:48 AM, Khosravi, Nika wrote:
> Hi,
>
> I've installed Octave for using it on jupyter notebook. The octave
> kernel seems to be installed already but it does not work. In other
> words, the kernel is not executable.
>
> It keeps telling me that: Octave-cli not found!
>
> I found only one solution online : We require
> the |octave-cli| executable to run the kernel. Add that executable's
> directory to the |PATH| environment variable or use
> the |OCTAVE_EXECUTABLE| to point to the executable itself. Note that on
> Octave 5 on Windows, the executable is in |"Octave-5.x.x.x\mingw64\bin"|.
>
> I tried to add that executable's directory to the |PATH| environment
> variable but it did not work for me or I did not do it as I suppose to
> and I have no idea how to use the  |OCTAVE_EXECUTABLE.|
>
> I would be very thankful  if you could help me with this.
>
>
> Regards, 
>
> Nika
>

If you start jupyter notebook from cmd.exe, you can type this

  set OCTAVE_EXECUTABLE=C:\Octave\Octave-5.x.x.x\mingw64\bin\octave-cli.exe

before starting jupyter notebook.  Otherwise, you can try to set
"octave-cli.exe" to your PATH environment variable and to create a new
environment variable OCTAVE_EXECUTABLE with the value above.

HTH,
Kai

reply via email to

[Prev in Thread] Current Thread [Next in Thread]