Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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>
Comment

PREVIOUS NEXT
Code Example
Shell :: github readme.md add image 
Shell :: ionic social sharing 
Shell :: install termius ubuntu 
Shell :: uninstall get help windows 10 
Shell :: git discard unstaged files 
Shell :: git log show only merge commits 
Shell :: delete branch github 
Shell :: how to install a library in anaconda 
Shell :: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-idlotqqi/cryptography/ 
Shell :: bash run program in loop 
Shell :: git add except files 
Shell :: linux how many cpus 
Shell :: oh my zsh ubuntu 20.04 
Shell :: prevent pushing to master github 
Shell :: powershell do while loop 
Shell :: bash if set variable 
Shell :: vitejs tailwind 
Shell :: git ignore folder command 
Shell :: bash move file 
Shell :: plesk clear mail queue 
Shell :: batch for loop 
Shell :: powershell active directory script examples 
Shell :: whereis alpine 
Shell :: how to delete last push github 
Shell :: nano line number 
Shell :: add flathub repository fedora 
Shell :: not null check in powershell variable 
Shell :: git merge with message 
Shell :: install cassandra ubuntu 
Shell :: php install extension 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =