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

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

[Octave-bug-tracker] [bug #51632] MS Windows portable (i.e. zip) version


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #51632] MS Windows portable (i.e. zip) version cannot find pre-installed packages, needs pkg rebuild, not mentioned at first run
Date: Tue, 1 Aug 2017 15:58:34 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #11, bug #51632 (project octave):

I had thought adding a simple find/replace on octave_packages before zipping
would have been the simplest fix. Looks like not.

'on first launch' is still a bit of the problem.  When 4.3.0 comes out, I'm
pretty sure it won't see it as first launch on my machine since I've run
Octave before and my profile has the right files in place.  Same if I delete
and 'reinstall'.  It'll only run 'first launch' the first time any version of
Octave is run on the machine.   we want something that detects when _this_
copy hasn't been run yet.

octave_packages is missing on first run. would putting a 


if (~exist(fullfile(OCTAVE_HOME (),"path/to/octave_packages"))) pkg rebuild,
endif;


or similar in .octaverc break anything?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51632>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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