ComputeCanada / puppet-jupyterhub

Puppet module to deploy a JupyterHub that submits job to Slurm
MIT License
11 stars 7 forks source link

Systemctl's jupyterhub.conf contains a PATH that is wrong for Rocky 8 #31

Closed cmd-ntrf closed 2 years ago

cmd-ntrf commented 2 years ago

For Rocky and AlmaLinux, we use Python 3.9 instead of 3.6, however, the systemctl service file for jupyterhub contains the following:

Environment=PYTHONPATH=/usr/lib64/python3.6/site-packages

on line 8.

The file should be a template, or the path should be removed.