ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Mojca Miklavec <mojca.miklavec.lists@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: install beta
Date: Mon, 13 Sep 2010 23:43:56 +0200	[thread overview]
Message-ID: <AANLkTimn5v0AmgfsRwLtty+RoqXQOL1S+7JXg09Za6k6@mail.gmail.com> (raw)
In-Reply-To: <E1B1F7AF-8593-4018-AEF1-0BEC67721AEF@uva.nl>

On Mon, Sep 13, 2010 at 15:30, Hans van der Meer wrote:
> I didn't update my context beta for some time and now I seem to have missed an important(?) change. This is my current installation script and running it always worked without a hitch:
>
> #!/bin/bash
> CONTEXTVERSION="beta"
> CONTEXTDIRECTORY=/Volumes/ALDARAN/TeX/ConTeXt/$CONTEXTVERSION
> rm -rf $CONTEXTDIRECTORY-old
> mv -n $CONTEXTDIRECTORY $CONTEXTDIRECTORY-old
> mkdir -p $CONTEXTDIRECTORY/tex
> cd $CONTEXTDIRECTORY
> ln -s $HOME/Library/texmf tex/texmf-local
> curl -o first-setup.sh http://minimals.contextgarden.net/setup/first-setup.sh
> sh ./first-setup.sh >first-setup.log
> cd tex
> echo "luatools --selfupdate"
> luatools --selfupdate
> echo "mtxrun -selfupdate"
> mtxrun -selfupdate
> echo "installation context $CONTEXTVERSION minimals done"
>
> However today the following error messages appear:
>
> luatools --selfupdate
> /Users/hans/Bin/contextbeta: line 13: luatools: command not found

Do you run setuptex or set up the path explicitly? I don't see that
happen in your script. You need to have tex/texmf-youros/bin in PATH
before you run luatools.

Mojca
___________________________________________________________________________________
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
___________________________________________________________________________________


  reply	other threads:[~2010-09-13 21:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-13 13:30 Hans van der Meer
2010-09-13 21:43 ` Mojca Miklavec [this message]
2010-09-14  8:05   ` Hans van der Meer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AANLkTimn5v0AmgfsRwLtty+RoqXQOL1S+7JXg09Za6k6@mail.gmail.com \
    --to=mojca.miklavec.lists@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).