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

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

[Octave-bug-tracker] [bug #59821] [octave forge] (ga) pkg update with ga


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #59821] [octave forge] (ga) pkg update with ga 0.10.2 installs in user home folder instead of packages folder on windows
Date: Mon, 4 Jan 2021 23:43:06 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36

Follow-up Comment #12, bug #59821 (project octave):

2nd - trying to understand how my 'pkg update -global' command from comment #9
worked. global_install is not set as global or persistent (if I understand
persistent right within context of recursive functions).  but after 'pkg
update' builds its list and calls each 'pkg install', it does not pass the
'-global' option.  it just calls

feval (@pkg, "install", "-forge", installed_pkg_name);

so now I'm not quite sure why running 'pkg update -global' worked to update
the global packages the last time, when it did a local update the first time.
The only automatic check for global_install is the __is_elevated_process__
check. 

what am i missing? 

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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