help-octave
[Top][All Lists]
Advanced

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

Re: Package installation trouble


From: Vinicio Serment Moreno
Subject: Re: Package installation trouble
Date: Wed, 24 Jun 2015 14:57:36 -0500

Hi Tatsuro, I guess it finally worked, although the bin directory should come first as read in the code of the batch file:

#***********************************************
Rem   Set up PATH. Make sure the octave bin dir
Rem   comes first.

set PATH=C:\octave\Octave-4.0.0\bin;C:\octave\Octave-4.0.0
#*********************************************** 


Apparently I was able to install the 'struct' and 'optim' packages, since a  star(*) symbol appears next to 'optim' and 'struct' when I call the package list as below

#
>> pkg list
optim *|   1.4.1 | C:\octave\Octave-4.0.0\share\octave\packages\optim-1.4.1
struct *|  1.0.11 | ...\Octave-4.0.0\share\octave\packages\struct-1.0.11
#

Once again, thanks for your patience and valuable help Tatsuro,

Sincerely,

Vinicio

On Wed, Jun 24, 2015 at 12:16 AM, Tatsuro MATSUOKA <address@hidden> wrote:
Correction:
> The purpose of this batch file is not 

>
> "Find Octave's install directory through cmd.exe variables."
>
>  
> "Delete the all other path variables that might conflict the PATH for
> octave."


Purpose is

"Find *only* Octave's install directory and ignore all other path variables that might cause conflicts with octave."

Tatsuro



--
Vinicio Serment Moreno
PhD Student
Escuela de Ciencias e Ingeniería
Tecnológico de Monterrey

reply via email to

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