Skip to content

Commit

Permalink
Update tdp_vars_defaults/jupyter/jupyter.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Romain Pignolet <[email protected]>
  • Loading branch information
PACordonnier and rpignolet authored Dec 20, 2024
1 parent e874499 commit 576fe56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdp_vars_defaults/jupyter/jupyter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jupyterlab_dist_file: "{{ jupyterlab_release }}.tar.gz"
jupyterlab_upload_directory: "{{ binaries_upload_dir }}"

jupyterlab_python_executable: "python3.6"
jupyterlab_virtualenv_command: "virtualenv"
jupyterlab_virtualenv_command: "{{ jupyterlab_python_executable }} -m venv"

# Jupyterlab installation directory
jupyterlab_root_dir: "{{ tdp_extra_root_dir }}"
Expand Down

0 comments on commit 576fe56

Please sign in to comment.