AcademySoftwareFoundation / rez

An integrated package configuration, build and deployment system for software
https://rez.readthedocs.io
Apache License 2.0
949 stars 339 forks source link

Question-portable rez #854

Open plboily opened 4 years ago

plboily commented 4 years ago

Hi, Im wondering rez have the capability to be portable without any install between multiple "same-os" machine.

So let's say my first install is set to "c:/portable/rez". And if I'm taking this folder and copy to another machine (without any install) in the same path and set the PATH environment variable on this new machine, is everything will be up&running?

I'm using an older version of rez on linux, wish is portable, but the latest version on widows seems to have limitation on portability.

Thanks a lot.

KelSolaar commented 4 years ago

Hi @plboily,

There is a thread about that here: https://groups.google.com/d/msg/rez-config/ixb1-DGQDV0/ZGElwBJGEQAJ

Cheers,

Thomas

plboily commented 4 years ago

Ok thank you. I'll take a look

But in my test, to be portable, if you install in a directory and the portable version without install respect the same hierarchy, it's gonna work without any problem.