help-octave
[Top][All Lists]
Advanced

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

Re: Symbolic package for Octave


From: tmacchant
Subject: Re: Symbolic package for Octave
Date: Wed, 15 Jul 2015 03:56:38 -0700 (PDT)

Instruction from rocketsound 

********************************************************************************
1) Go to https://www.python.org/ and download Python 2.7.9 for Windows then
install it 
2) Open a terminal with admin rights (To do so open the start menu, enter
cmd, right-click the entry, and select "Run as administrator", confirm the
following dialog) 
3) Type pip install sympy (FYI: pip is the official package manager of
Python and it does all the magic for you. In this case it installs sympy, a
Python library that the symbolic toolbox depends on.) 
4) Next start Octave and type pkg install -forge -auto symbolic
5) (Type pkg help to learn more about Octave's package manager) 
*********************************************************************************

I have followed the instructions.  One thing is added
I add the path to C:\Python27 and C:\Python27\Scripts by control panel
before pip install.

On octave
pkg install -forge -auto -verbose symbolic

          symbolic *|   2.2.2 |
C:\octave\Octave-4.0.0\share\octave\packages\symbolic-2.2.2

>> syms x
OctSymPy v2.2.2: this is free software without warranty, see source.
Initializing communication with SymPy using a popen2() pipe.
Detected Windows: using "winwrapy.bat" to workaround Octave bug #43036
Some output from the Python subprocess (pid 8008) might appear next.

OctSymPy: Communication established.  SymPy v0.7.6.
Python 2.7.10 (default, May 23 2015, 09:40:32) [MSC v.1500 32 bit (Intel)]

Seem to work

Tatsuro



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Symbolic-package-for-Octave-tp4670576p4671655.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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