Skip to content

1.11.0

Compare
Choose a tag to compare
@davidlatwe davidlatwe released this 04 Oct 05:23
· 209 commits to main since this release
6f76bb9

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

    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.