help-octave
[Top][All Lists]
Advanced

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

Re: pkg symbolic


From: Nicholas Jankowski
Subject: Re: pkg symbolic
Date: Mon, 25 Nov 2019 12:25:35 -0500

On Mon, Nov 25, 2019 at 11:22 AM guidetti Porto via Help list for GNU Octave <address@hidden> wrote:
>
> I can not install Symbilic pkg on windows 10. Could anyone help me?
>
symbolic requires Python be installed.  if you don't have Python, the package creator made a separate symbolic package for Windows users that has a 'self contained' python.  You can find the package here:

https://github.com/cbm755/octsympy/releases

scroll down to the"symbolic-win-py-bundle-2.8.0.tar.gz" file.  save that file to your octave working directory, and install using:

>> pkg install symbolic-win-py-bundle-2.8.0.tar.gz

afterward you should be able to use the package with

>> pkg load symbolic

reply via email to

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