Answers for "Octave Install Packages Commands"

0

Octave Install Packages Commands

// Note for windows users: Using Installation with .exe is fastest way and set drive to C (
// default to avoid errors) - run commands below to initialise Octaved

>> pkg local_list
>> pkg global_list
>> pkg list
>> pkg update

// to install new Packages: ( with internet connection / simmilar to pip in py)

>> pkg install -forge -global <package_name>
Posted by: Guest on May-04-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language