Skip to content

Commit 12dc7f4

Browse files
committed
update
1 parent 3910e65 commit 12dc7f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

template/template.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,8 @@ def make_template(
122122
template = (
123123
template.copy("matplotlibrc", ".config/matplotlib/.matplotlibrc")
124124
.copy("start-up.sh", ".jupyter/start-up.sh")
125-
.run_cmd("chmod +x .jupyter/start-up.sh")
126125
.copy("start-code-interpreter.sh", ".jupyter/start-code-interpreter.sh")
127-
.run_cmd("chmod +x .jupyter/start-code-interpreter.sh")
126+
.run_cmd("chmod +x .jupyter/start-code-interpreter.sh .jupyter/start-up.sh")
128127
.copy("jupyter_server_config.py", ".jupyter/")
129128
.make_dir(".ipython/profile_default/startup")
130129
.copy("ipython_kernel_config.py", ".ipython/profile_default/")

0 commit comments

Comments
 (0)