diff --git a/roles/jupyterhub/tasks/install.yml b/roles/jupyterhub/tasks/install.yml index 8f35b418c..948c5f453 100644 --- a/roles/jupyterhub/tasks/install.yml +++ b/roles/jupyterhub/tasks/install.yml @@ -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