Hi Allan
Thanks for your feedback (and for rez too btw :)
Sourcing the context file does the trick
> edumont@nbws19 ~ $ echo $PATH
:/data/rez/packages/python/2.5.4/Linux/bin:/bin:/usr/bin:/data/rez/1.0.0/bin
We can see that the qt and kerberos stuff is not there anymore,
as expected. I wonder only those two items do appear when rez-env is
called, because there's a lot of other stuff in our PATH when
rez-env is called (including qt and kerberos). In some way it should
relate to our issue.
I thought that rez was resetting the PATH anew, just putting package
stuff into it? (and there's indeed the first command in contex file
which does just that: export PATH= )
As for the rez install:
edumont@nbws19 ~ $ env | grep REZ
REZ_RELEASE_PACKAGES_PATH=/data/rez/packages
REZ_PATH=/data/rez/1.0.0
REZ_PLATFORM=Linux
REZ_DOT_IMAGE_VIEWER=firefox
REZ_PACKAGES_PATH=/home/edumont/packages:/data/rez/packages
REZ_VERSION=1.0.0
REZ_RELEASE_EDITOR=kate
Rez is installed in /data/rez/1.0.0 and the packages:
/home/edumont/packages:/data/rez/packages, so I don't think that's
the issue.
I'm going to to try playing with rez-env as you suggested now. I'll
let you know.
emmanuel