On Mon, 25 Mar 2019 22:24:34 -0700
Sam May <ag.eit...@gmail.com> wrote:

> still using the ridiculously out-of-date 2016.05.17 because I haven't 
> gotten around to overriding the Gentoo package manager yet...

You can install the standalone Context distribution anywhere you want, in 
parallel with your OS package manager version. Both can very peacefully 
coexist. To select or use your standalone version, simply add its bin path 
(i.e. $CONTEXTROOT/tex/texmf-linux-64/bin) at the front of your PATH.

One strategy could be to keep a version of the standalone distribution in your 
project directory, even having multiple versions, one per project. This has the 
advantage that if one does not update the distribution it will always work with 
the project files, that is any future changes to Context will not affect the 
compiling of the project sources, for each project holds its own (frozen) 
version of Context.

In this case, your path can be:
export PATH=./context/tex/texmf-linux-64/bin:$PATH
so that it will select whatever is in the context subdirectory of the current 
directory.
(you can also use this PATH scheme adding a (soft)link in a project directory 
to whatever context distribution you like, or none, in which case it will 
fall-back on the system-installed texlive version.)

Alan
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to