On Sat, 31 Aug 2013, Alan Bowen wrote:I routinely do this. Lets say you want to install two version of context, context-beta and context-stable. Then, download and copy first-setup.sh in both directories, and run:
I would like to install two ConTeXt trees on my laptop, one for work in
progress and another for testing, and to run them using TeXShop (if that is
feasible).
Are there any instructions for this? I have searched the wiki and TeXShop
help files but have not seen anything that indicates how to do this.
cd context-beta && first-setup
cd context-stable && first-setup --context=current
Now, you can run
source path-to-context-beta/tex/setuptex && context filename
to compile a file using context beta and
source path-to-context-stable/tex/setptex && context filename
to compile a file using context stable.
Aditya
___________________________________________________________________________________
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://tex.aanhet.net
archive : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________