Skip to content

Commit 3910e65

Browse files
committed
return chmod
1 parent 1914c4a commit 3910e65

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

template/template.py

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

0 commit comments

Comments
 (0)