Skip to content

Commit 0f7b3ac

Browse files
committed
use absolute env paths
1 parent f05669a commit 0f7b3ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template/template.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ def make_template(
1717
"PIP_DEFAULT_TIMEOUT": "100",
1818
"PIP_DISABLE_PIP_VERSION_CHECK": "1",
1919
"PIP_NO_CACHE_DIR": "1",
20-
"JUPYTER_CONFIG_PATH": ".jupyter",
21-
"IPYTHON_CONFIG_PATH": ".ipython",
22-
"SERVER_PATH": ".server",
20+
"JUPYTER_CONFIG_PATH": "/root/.jupyter",
21+
"IPYTHON_CONFIG_PATH": "/root/.ipython",
22+
"SERVER_PATH": "/root/.server",
2323
"JAVA_VERSION": "11",
2424
"JAVA_HOME": "/usr/lib/jvm/jdk-${JAVA_VERSION}",
2525
"IJAVA_VERSION": "1.3.0",

0 commit comments

Comments
 (0)