Skip to content

Commit 748968a

Browse files
committed
removed unused env vars
1 parent 3bb1ac5 commit 748968a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

template/template.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ def make_template(
1919
"JUPYTER_CONFIG_PATH": ".jupyter",
2020
"IPYTHON_CONFIG_PATH": ".ipython",
2121
"SERVER_PATH": ".server",
22-
"R_VERSION": "4.4.2",
23-
"R_HOME": "/opt/R/4.4.2",
2422
"JAVA_HOME": "/opt/java/openjdk",
2523
"DENO_INSTALL": "/opt/deno",
2624
}
@@ -66,7 +64,7 @@ def make_template(
6664
template = template.run_cmd(
6765
[
6866
"curl -fsSL https://deno.land/x/install/install.sh | sh",
69-
"PATH=/opt/deno/bin:$PATH",
67+
"PATH=$DENO_INSTALL/bin:$PATH",
7068
"deno jupyter --unstable --install",
7169
]
7270
)

0 commit comments

Comments
 (0)