Fixed local_install.py to work when double-clicked

This commit is contained in:
codemann8
2021-07-04 12:07:03 -05:00
parent b0a7237744
commit e43c67ee80

View File

@@ -6,7 +6,7 @@ import subprocess # do stuff at the shell level
env = common.prepare_env() env = common.prepare_env()
pip_requirements = os.path.join(".","resources","app","meta","manifests","pip_requirements.txt") pip_requirements = os.path.join("..","..","..","resources","app","meta","manifests","pip_requirements.txt")
def run_install(PY_VERSION,USER): def run_install(PY_VERSION,USER):
# get executables # get executables