24 Jun
2011
24 Jun
'11
12:31 p.m.
I used the link you posted upthread and did rsync from the czech republic mirror.
which context: /usr/bin/context.
That's not what you want. You should use the location of your TeX Live 2011 pretest installation, which you apparently know, but:
PATH=$PATH:/usr/local/texlive/2011/bin/x86_64-linux
Put it at the *beginning* of your PATH variable! Each directory in the PATH is examined in order for executables, which means in your case that, since /usr/bin is obviously part of the default PATH, your shell finds /usr/bin/context and stops searching there. Hence it executes /usr/bin/context and does not see your new installation. Arthur