help-octave
[Top][All Lists]
Advanced

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

Re: manually installing packages


From: Nicholas Jankowski
Subject: Re: manually installing packages
Date: Thu, 21 Dec 2017 12:07:35 -0500

> Is there any other way to get the communications package running with
> manual installation? Background: I can not use the python installer due
> to a lack of admin rights.
>

what exactly do you mean 'manual installation'?  I almost always use
the zip-file to install Octave. This does not require Administrative
permissions if you install to permitted space on the disk. Then
installing/updating most packages give little problem. Certain
packages aren't compatible/can't be built on Windows, but I didn't
think communications was one of those. Unless I'm mistaken, either of
the following should work:

>>pkg install -forge communications
or
>>pkg install communications-.tar.gz

Both the zip and exe installers come with the communications package,
among others.  For the zip package you need to type 'pkg rebuild'
after installing so Octave can see all of the pre-installed packages.

Nick J.



reply via email to

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