fix: load_path.py Sage路径 ~/repos/sage→~/sage 适配生产环境
This commit is contained in:
parent
7db361425b
commit
a229abfb81
@ -3,7 +3,7 @@
|
|||||||
import os, subprocess
|
import os, subprocess
|
||||||
|
|
||||||
MOD = "sage_datamart"
|
MOD = "sage_datamart"
|
||||||
SAGE_ROOT = os.path.expanduser("~/repos/sage")
|
SAGE_ROOT = os.path.expanduser("~/sage")
|
||||||
PYTHON = os.path.join(SAGE_ROOT, "py3", "bin", "python")
|
PYTHON = os.path.join(SAGE_ROOT, "py3", "bin", "python")
|
||||||
SET_PERM = os.path.join(SAGE_ROOT, "set_role_perm.py")
|
SET_PERM = os.path.join(SAGE_ROOT, "set_role_perm.py")
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user