Skip to content

This is an unofficial portable build of Rez, created using PyInstaller.

License

Notifications You must be signed in to change notification settings

FhyTan/portable_rez

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portable Rez Build by PyInstaller

This is an unofficial portable build of Rez created with PyInstaller. It offers a standalone executable for Windows, allowing you to run Rez without installing Python.

The build functions identically to the official version.

Screenshot

Original Rez repository: AcademySoftwareFoundation/rez
Rez documentation: rez.readthedocs.io

Usage

  1. Download the latest release from Latest Releases.
  2. Extract the ZIP file to your preferred folder.
  3. Add that folder to your PATH environment variable.

You can now use rez from the command line as you would with the official build.

Build

This repository currently provides a Windows build, but it can be adapted for other platforms or Python versions.

The build script is located in the pyinstaller folder. To create a build, install PyInstaller and run:

pip install pyinstaller
python ./pyinstaller/build.py

Modifications

This repository differs from the official Rez version by including:

  • The pyinstaller folder with the build script and necessary files.
  • A fix for the longstanding UNC path issue.

Details:

About

This is an unofficial portable build of Rez, created using PyInstaller.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.8%
  • CMake 3.0%
  • Other 0.2%