1
0
Fork 0
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:
A Holt 2021-07-29 07:54:35 -04:00 committed by GitHub
parent e88c5df3df
commit c918f33f19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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