From 0e2689727517985da5fb9dfee3797aa88fb53bb1 Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Fri, 31 Jan 2025 15:48:18 +0100 Subject: [PATCH] Link to virtual environment doc from python install part Related to discussion at https://github.com/quarto-dev/quarto-cli/discussions/11882 (cherry picked from commit 9cae411f71688a80abc2288866f0ac180c5d1f5f) --- docs/computations/_jupyter-install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/computations/_jupyter-install.md b/docs/computations/_jupyter-install.md index 76228787db..136b686c99 100644 --- a/docs/computations/_jupyter-install.md +++ b/docs/computations/_jupyter-install.md @@ -25,3 +25,5 @@ quarto check jupyter ``` Quarto will select a version of Python using the [Python Launcher](https://docs.python.org/3/using/windows.html#python-launcher-for-windows) on Windows or system `PATH` on MacOS and Linux. You can override the version of Python used by Quarto by setting the `QUARTO_PYTHON` environment variable. + +If you are using a virtual environment with your environment or project, see more at [Virtual Environments](/docs/projects/virtual-environments.qmd).