From e43c67ee80eaa197d3d34ddf2aaf740339a85250 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Sun, 4 Jul 2021 12:07:03 -0500 Subject: [PATCH] Fixed local_install.py to work when double-clicked --- resources/ci/common/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/ci/common/install.py b/resources/ci/common/install.py index 5874d0dd..7bc6a37e 100644 --- a/resources/ci/common/install.py +++ b/resources/ci/common/install.py @@ -6,7 +6,7 @@ import subprocess # do stuff at the shell level 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): # get executables