You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> conda env config var set PATH="path_to/conda/env/rez/Scripts/rez;%PATH%"
> conda env config var set REZ_CONFIG_FILE=path_to/awesome-rez/rezconfig.py
Conda package dependency
I imaging that all packages deployed from conda could share a rezified root conda env that contains all essential packages like vs2015_runtime, zlib, ssl ...
Problems
calling conda activate may mess up Rez's context
calling rez-env may mess up conda env
If not calling conda activate, Python that deployed from conda will prompt warning message
The text was updated successfully, but these errors were encountered:
Install Rez inside a conda environment
Need to change Rez's
install.py
, so that:.rez_production_install
in a location that fit conda env layout (python.exe
is not inScripts
in conda)see getblessing/rez@4a70f96
Env var setup
Conda package dependency
I imaging that all packages deployed from conda could share a rezified root conda env that contains all essential packages like
vs2015_runtime
,zlib
,ssl
...Problems
conda activate
may mess up Rez's contextrez-env
may mess up conda envconda activate
, Python that deployed from conda will prompt warning messageThe text was updated successfully, but these errors were encountered: