help-octave
[Top][All Lists]
Advanced

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

Re: Getting Octave to use Anaconda Python Environment


From: Ben Abbott
Subject: Re: Getting Octave to use Anaconda Python Environment
Date: Tue, 19 Apr 2016 07:28:47 -0400

> On Apr 18, 2016, at 11:18 PM, Colin Macdonald <address@hidden> wrote:
> 
> On 18/04/16 17:00, Ben Abbott wrote:
>> I like the autoconf support. They allowed me to determine what
>> depedencies were missing. The only problem for me was how to define
>> $PYTHON. Can you modify configure to grab $PYTHON from the shell
>> environment?
>> 
>> setenv PYTON python2.7
>> system ./configure
> 
> This sounds like a good idea.  At run-time, we would need to support
> that variable too, which could be useful.
> 
> *But* is $PYTHON env variable a standard thing?!
> 
> I didn't see it here:
> https://docs.python.org/2/using/windows.html
> 
> Do you have a reference?

Do standards apply? I expect all you need is for “./configure —help” to 
document what environment variables are supported.

Ben


reply via email to

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