[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Has Package Directory Moved?
From: |
Andrew Janke |
Subject: |
Re: Has Package Directory Moved? |
Date: |
Thu, 27 Jan 2022 23:17:53 -0500 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:91.0) Gecko/20100101 Thunderbird/91.5.1 |
On 1/27/22 10:07 PM, Thomas D. Dean wrote:
GNU Octave, version 7.0.1 from hg source
It appears that octave no longer looks into the $(HOME)/octave directory
for packages.
octave:1> ver
----------------------------------------------------------------------
GNU Octave Version: 7.0.1 (hg id: 02b11b9f1e61+)
[...]
>pkg install --forge control
creates a directory ~/.local/share/octave
I have octave installed in /usr/local
This reeks of windows. How do I fix this?
Tom Dean
That's the FreeDesktop/XDG User Dirs specification, not Windows.
* https://www.freedesktop.org/software/systemd/man/file-hierarchy.html
* https://www.freedesktop.org/wiki/Software/xdg-user-dirs/
Dunno when Octave adopted it.
Cheers,
Andrew