|
From: | Vikram Garg |
Subject: | Re: Octave unable to find python when using symbolic toolbox |
Date: | Tue, 25 Feb 2020 17:26:04 -0600 |
On 2020-02-25 11:02 p.m., Vikram Garg wrote:
> I tried adding /usr/bin (where python3.6 is located) the path, but that
> hasnt helped:
> /octave:18> path
> Octave's search path contains the following directories:
>
> .
> /usr/bin
This won't help b/c that is the path Octave uses to look for m files.
Try:
setenv PYTHON /usr/bin/python3.6
(from the Octave prompt.)
Colin
[Prev in Thread] | Current Thread | [Next in Thread] |