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:
parent
6e7ab95497
commit
3aaa4b6bd2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue