Re: [PATCH] Append effective version to GUILE_LOAD[_COMPILED]_PATH

2016-03-19 Thread Ludovic Courtès
Jan Nieuwenhuizen skribis: > in contrast, setting GUILE_LOAD_*PATH to the wrong place makes Guile > barf trying to load eval.* or boot-9.*. There’s also ‘GUILE_SYSTEM_COMPILED_PATH’ and ‘GUILE_SYSTEM_PATH’. > Also, guix by default sets GUILE_LOAD_PATH and > GUILE_LOAD_COMPILED_PATH, thus "ensu

Re: [PATCH] Append effective version to GUILE_LOAD[_COMPILED]_PATH

2016-03-19 Thread Jan Nieuwenhuizen
Mikael Djurfeldt writes: > In python, the version number is higher up in the directory hierarchy, > which, hypothetically, allows newer versions to have "inventions" in > the more detailed directory structure: > > /usr/lib/python2.6 > /usr/lib/python2.7 > etc > > Just a thought. Python's case is

Re: [PATCH] Append effective version to GUILE_LOAD[_COMPILED]_PATH

2016-03-18 Thread Mikael Djurfeldt
In python, the version number is higher up in the directory hierarchy, which, hypothetically, allows newer versions to have "inventions" in the more detailed directory structure: /usr/lib/python2.6 /usr/lib/python2.7 etc Just a thought. On Fri, Mar 4, 2016 at 2:13 PM, Jan Nieuwenhuizen wrote: