diff --git a/start.py b/start.py index 1f946a705c..23f019ab76 100644 --- a/start.py +++ b/start.py @@ -326,6 +326,7 @@ def _initialize_environment(openpype_version: OpenPypeVersion) -> None: # TODO move additional paths to `boot` part when OPENPYPE_ROOT will point # to same hierarchy from code and from frozen OpenPype additional_paths = [ + os.environ["OPENPYPE_ROOT"], # add OpenPype tools os.path.join(os.environ["OPENPYPE_ROOT"], "openpype", "tools"), # add common OpenPype vendor