You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ondemand/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -631,7 +631,7 @@ why it's not directly in the shell scripts `PATH`.
631
631
We need to add this line to our job's shell script to enable it.
632
632
633
633
```shell
634
-
source /usr/local/jupyter/2.1.4/bin/activate
634
+
source /usr/local/jupyter/4.3.5/bin/activate
635
635
```
636
636
637
637
So let's [open the template/script.sh.erb in the file editor](https://localhost:3443/pun/sys/file-editor/edit/home/hpcadmin/ondemand/dev/jupyter/template/script.sh.erb)
@@ -643,7 +643,7 @@ Lines 24 - 31 of `template/script.sh.erb` should now look like this.
Copy file name to clipboardexpand all lines: slurm/install.sh
+5-3
Original file line number
Diff line number
Diff line change
@@ -109,10 +109,12 @@ echo -e "# Disable Avahi (since it does not run inside the containers)\n-A" >> /
109
109
log_info "Configuring PCP logger with suitable container defaults.."
110
110
sed -i 's#^LOCALHOSTNAME.*$#LOCALHOSTNAME y n "/home/pcp/$(date +%Y)/$(date +%m)/LOCALHOSTNAME/$(date +%Y)-$(date +%m)-$(date +%d)" -r -c /etc/pcp/pmlogger/pmlogger-supremm.config#' /etc/pcp/pmlogger/control.d/local
0 commit comments