Changes
* Python 2 supported
* Shell launch scripts improved and tested on Unix shell `bash`, `zsh`, `csh`, `tcsh`
* `fish` and `xsh` scripts are removed as not default supported shell in Rez
Feature
* Able to query Rez lib location from container
python
import sys
from rezup import util
rez_location = util.locate_rez_lib() from container ".main" if name not given
sys.path.append(str(rez_location))
from rez.resolved_context import ResolvedContext
...
Please visit 28 for more detail.