help-octave
[Top][All Lists]
Advanced

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

Re: install package


From: address@hidden
Subject: Re: install package
Date: Fri, 28 Aug 2015 22:54:08 +0900 (JST)


--- detlef.maiwrote:
> Hello. I did:
> pkg install C:\Users\maidet\Downloads\io-2.2.9.tar.gz
>  pkg list
> Package Name  | Version | Installation directory
> --------------+---------+-----------------------
>          io  |   2.2.9 | C:\Octave\Octave-4.0.0\share\octave\packages\io-2.2.9
> shut down and restarted thePC
> help xmlread
> error: help: the 'xmlread' function is not yet implemented in Octave
> So (see 3.), it seems the package isnot  correctly installed. How can I check 
> correct installation?  Howcan I fix it? Maybe our UNC-pathes cause trouble?
> 
> DetBu
> 
> 
> 
> 
> 
> 

Before using the io package, you need to execute:

>> pkg load io

If you want io package to be auto-load at startup, execute:

>> pkg rebuild -auto io

and restart octave.

Tatsuro



reply via email to

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