mottosso / bleeding-rez

Rez - Reproducible software environments for Windows, Linux and MacOS
GNU Lesser General Public License v3.0
72 stars 10 forks source link

Subshell SAFEMODE #35

Closed mottosso closed 5 years ago

mottosso commented 5 years ago

Currently REZ_SAFEMODE operates at the command-line interface for Rez and has no effect on operating Rez from Python, e.g. rez.resolved_context.ResolvedContext().

Instead, move this to Shell.execute_shell() such that any invokation of Rez spawn a safe environment.

mottosso commented 5 years ago

Closed in favour of #36