简体   繁体   中英

How to install missing function package of Octave in Mac?

I try to install the symbolic package for the Octave in the Mac, https://octave.sourceforge.io/symbolic/index.html , which path should be set?

More fundamental problem is that I follow the commands suggested by https://octave.sourceforge.io/ to install the symbolic package described as above, but the "pkg install" is always shown "pkg: command not found" in the command line. How to deal with it?

I guess you entered the pgk install command in the osx shell. It has to be issued in octave. Start octave first, then run pgk install symbolic in octave´s command line. To see installed package list user pkg list command.

我遇到了类似的问题,并通过使用“ pkg -forge install symbolic”解决了该问题,该问题是从forge中央存储库安装的。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM