1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

jupyterhub/tasks/install.yml: Clarify "jupyterhub_venv: /opt/iiab/jupyterhub"

This commit is contained in:
A Holt 2021-04-19 13:19:59 -04:00 committed by GitHub
parent 6e7ab95497
commit 3aaa4b6bd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@
global: yes
state: latest
- name: "Use pip to install into a virtual environment: {{ jupyterhub_venv }}"
- name: "Use pip to install into a virtual environment: {{ jupyterhub_venv }} (~229 MB)"
pip:
name:
- pip
@ -38,7 +38,7 @@
- jupyterlab
- jupyterhub_firstuseauthenticator
- jupyterhub-systemdspawner
virtualenv: "{{ jupyterhub_venv }}" # /opt/iiab/jupyter
virtualenv: "{{ jupyterhub_venv }}" # /opt/iiab/jupyterhub
virtualenv_site_packages: no
virtualenv_command: /usr/bin/virtualenv
virtualenv_python: python3