Scoop Bucket for rez
This repo is a bucket for Scoop, the Windows command-line installer.
It allows to install rez, a cross-platform package manager.
In powershell enter
scoop bucket add play https://github.com/MichaelHaussmann/scoop-play
scoop install play/rezThis will install rez as a scoop app.
The installed rez can coexist with another installation, usable with commands rez and rez3.
The installations are not production proven. It is merely to play around with a local installation of rez.
The installer will call python3.
Whatever python version is run for python3 will become res's python version.
If needed, install a specific python version before installing rez, for example:
scoop bucket add versions
scoop install versions/python311rez -V
Rez 3.2.1 from <scoop-install-path>\scoop\apps\rez\3.2.1\install\Lib\site-packages\rez (python 3.11)
rez3 -V
Rez 3.2.1 from <scoop-install-path>\scoop\apps\rez\3.2.1\install\Lib\site-packages\rez (python 3.11)It is possible to install a separate version of rez-2, usable with commands rez2.
This version is just for testing purposes.
scoop bucket add play https://github.com/MichaelHaussmann/scoop-play
scoop install play/rez2It will be usable with a rez2 command.
rez2 -V
Rez 2.114.0 from <scoop-install-path>\scoop\apps\rez\2.112.0\install\Lib\site-packages\rez (python 3.11)