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