mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 12:12:12 +00:00
jupyterhub/tasks/install.yml: Try full Python 3 venv
This commit is contained in:
parent
e88c5df3df
commit
c918f33f19
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
- jupyterhub-systemdspawner
|
||||
virtualenv: "{{ jupyterhub_venv }}" # /opt/iiab/jupyterhub
|
||||
virtualenv_site_packages: no
|
||||
virtualenv_command: /usr/bin/virtualenv
|
||||
virtualenv_command: python3 -m venv "{{ jupyterhub_venv }}"
|
||||
virtualenv_python: python3
|
||||
extra_args: "--no-cache-dir"
|
||||
when: internet_available
|
||||
|
|
Loading…
Reference in a new issue