help-octave
[Top][All Lists]
Advanced

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

Re: Octave unable to find python when using symbolic toolbox


From: Colin Macdonald
Subject: Re: Octave unable to find python when using symbolic toolbox
Date: Tue, 25 Feb 2020 23:16:04 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0

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



reply via email to

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