mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add PYPE_EXECUTABLE
This commit is contained in:
parent
e03c337660
commit
1044ba3357
1 changed files with 2 additions and 0 deletions
2
start.py
2
start.py
|
|
@ -229,6 +229,8 @@ def boot():
|
|||
paths += repos
|
||||
os.environ["PYTHONPATH"] = os.pathsep.join(paths)
|
||||
|
||||
os.environ["PYPE_EXECUTABLE"] = sys.executable
|
||||
|
||||
# DEPRECATED: remove when `pype-config` dissolves into Pype for good.
|
||||
# .-=-----------------------=-=. ^ .=-=--------------------------=-.
|
||||
os.environ["PYPE_MODULE_ROOT"] = os.environ["PYPE_ROOT"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue