octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #58225] Installing package fails when package


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #58225] Installing package fails when package was already installed globally
Date: Fri, 22 May 2020 16:09:22 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0 SeaMonkey/2.46

Follow-up Comment #25, bug #58225 (project octave):

Further to comment #19, these days I have the following stanza in my
~/.octaverc to have separate local packages stores for different Octave
releases:

vo = ver ("octave").Version(1);
pkg ("prefix", [ "~/octave" vo ], [ "~/octave" vo ]);
pkg ("local_list", [ "~/octave" vo "/.octave" vo "_packages" ]);


I tried this before but it didn't work at the time, but lately I found the
culprit and fixed it in bug #58332.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58225>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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