We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb1ac5 commit 748968aCopy full SHA for 748968a
template/template.py
@@ -19,8 +19,6 @@ def make_template(
19
"JUPYTER_CONFIG_PATH": ".jupyter",
20
"IPYTHON_CONFIG_PATH": ".ipython",
21
"SERVER_PATH": ".server",
22
- "R_VERSION": "4.4.2",
23
- "R_HOME": "/opt/R/4.4.2",
24
"JAVA_HOME": "/opt/java/openjdk",
25
"DENO_INSTALL": "/opt/deno",
26
}
@@ -66,7 +64,7 @@ def make_template(
66
64
template = template.run_cmd(
67
65
[
68
"curl -fsSL https://deno.land/x/install/install.sh | sh",
69
- "PATH=/opt/deno/bin:$PATH",
+ "PATH=$DENO_INSTALL/bin:$PATH",
70
"deno jupyter --unstable --install",
71
]
72
)
0 commit comments