replaced OPENPYPE_ROOT with OPENPYPE_REPOS_ROOT in code

This commit is contained in:
iLLiCiTiT 2021-04-14 11:15:55 +02:00
parent 8d82fd8aa1
commit 95a82eeaf8
4 changed files with 4 additions and 4 deletions

View file

@ -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