mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
replaced OPENPYPE_ROOT with OPENPYPE_REPOS_ROOT in code
This commit is contained in:
parent
8d82fd8aa1
commit
95a82eeaf8
4 changed files with 4 additions and 4 deletions
|
|
@ -9,7 +9,7 @@ import site
|
|||
# add Python version specific vendor folder
|
||||
site.addsitedir(
|
||||
os.path.join(
|
||||
os.getenv("OPENPYPE_ROOT", ""),
|
||||
os.getenv("OPENPYPE_REPOS_ROOT", ""),
|
||||
"vendor", "python", "python_{}".format(sys.version[0])))
|
||||
|
||||
from .terminal import Terminal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue