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

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

[Octave-bug-tracker] [bug #58299] Local packages for different Octave ve


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #58299] Local packages for different Octave versions cannot be installed in parallel
Date: Sun, 24 May 2020 12:37:36 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #5, bug #58299 (project octave):

In bug #58225  I offered a workaround, repeated here:

Put the following in e.g., your local .octaverc:

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


which leads to different local package stores for different versions of
Octave.
It could even be incorporated in the global (site-wide) .octaverc


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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