1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +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 global: yes
state: latest 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: pip:
name: name:
- pip - pip
@ -38,7 +38,7 @@
- jupyterlab - jupyterlab
- jupyterhub_firstuseauthenticator - jupyterhub_firstuseauthenticator
- jupyterhub-systemdspawner - jupyterhub-systemdspawner
virtualenv: "{{ jupyterhub_venv }}" # /opt/iiab/jupyter virtualenv: "{{ jupyterhub_venv }}" # /opt/iiab/jupyterhub
virtualenv_site_packages: no virtualenv_site_packages: no
virtualenv_command: /usr/bin/virtualenv virtualenv_command: /usr/bin/virtualenv
virtualenv_python: python3 virtualenv_python: python3