octave-maintainers
[Top][All Lists]
Advanced

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

Re: Help in building pytave


From: Abhinav Tripathi
Subject: Re: Help in building pytave
Date: Sun, 15 May 2016 02:26:39 -0700

Thanks.
Finally I got it working...
.
I tried and things are working fine for me using pytave. We probably should avoid a lot of xml that is being dumped onto screen.
Also, We should probably make a list of small things that we need to incorporate to have fully working octsympy with pytave.
.
Abhinav

On Sat, May 14, 2016 at 12:12 PM, Mike Miller <address@hidden> wrote:
On Fri, May 13, 2016 at 15:47:16 -0700, Colin Macdonald wrote:
> On 13/05/16 10:29, Abhinav Tripathi wrote:
> > I guessed that I should somehow make the *.oct files in pytave directory
> > available to octave and hence I copied them to bin directory of the
> > octave in '/opt/'... But, still I am not able to call any py* function
> > from octave.
>
> That sounds like a bad idea to me.  After starting Octave, I've just
> been using
>
> >> addpath /home/cbm/src/pytave.hg
>
> (replace the path with wherever your pytave source is).

Yes, as the `make` command prints when it finishes building,

  * run an Octave session with py* functions
    octave --path="$(pwd)"

You can replace that with --path=/some/dir/with/oct/files to point to
wherever your compiled oct-files are that you want to use. Or, use the
addpath function in Octave as Colin showed.

--
mike


reply via email to

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