Rez
Document
Rez commands
command | meaning |
---|---|
rez-env | rez-env {context} -> - command window (cmd) enter context environment and then change into another command window - execute at once -> rez-env {context} – {command} |
rez search | rez search –path={directory} -> search rez packages under input direcotry |
rez-build | execute package.py file |
—————————————
seperator
[ rez in window & linux]
-
install packages based on my local codes. This will put the packages in the list of packages that rez can recognize. In other words, this register the created packages in the list
-
just run rez-env on linux with specific context that you want to enter.
[ package.py 실행 ]
-
go to the directory or folder that hold package.py file
-
rez-build -i : run this command.