On Thu, 26 Jun 2008 14:00:10 +0200, Andrea Valle wrote:
Hi to all,
Ok, I'm going for minimals (hurray!)
cd /path/to/some/folder rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh . ./first-setup.sh
Perfect. Under Applications now I have a ConTeXtMinimals folder containg relevant stuff (tex+bin folders, a .lua and the .sh file).
Alternatively, you may use
cd /path/to/some/folder . setuptex
I'd prefer to go with this, locally. So in terminal I did: cd /Applications/ConTeXtMinimals/ . setuptex
ahem, - what have I to do now?
andrea:/Applications/ConTeXtMinimals andreavalle$ context -bash: context: command not found
Open a new terminal window and do . /context/tex/setuptex /Applications/ConTeXtMinimals/tex Then you can use ConTeXt, in that window only. You have to do this step every time. OR, you can add the same line into your .profile ; then setuptex will be performed automatically every time you open a new terminal window. (If you plan to use another TeX installation very often, the .profile method might not be convenient. For me it works fine.) David