mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add openpype_root to pythonpath
This commit is contained in:
parent
16d4e9f0c7
commit
d1a55e3923
1 changed files with 1 additions and 0 deletions
1
start.py
1
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue