On Fri, Aug 24, 2012 at 5:13 PM, Peter Rolf
<indiego@gmx.net> wrote:
Hi,
just testing a module on a fresh Linux (Debian 6.0.5-i386) with the
latest standalone. No messages when calling 'setuptex', but the PATH to
the binaries is not set correctly here. I manually added the binary path
to '.bashrc' and it worked.
# add ConTeXt binaries to PATH
PATH=~/context/tex/texmf-linux/bin:$PATH
You should call
$> . setuptex
(warning: there is an initial '.' ! )
or
$>source setuptext
but the last one is a bash extension.
--