From c75d093b0f2265965044238847ce3ba079b683fc Mon Sep 17 00:00:00 2001 From: David Sanchez Date: Wed, 29 Oct 2025 13:33:52 +0100 Subject: [PATCH] tools.system.pipenv:python_interpreter info added --- reference/tools/system/pipenv.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reference/tools/system/pipenv.rst b/reference/tools/system/pipenv.rst index 96c86f867159..1dbda15c070a 100644 --- a/reference/tools/system/pipenv.rst +++ b/reference/tools/system/pipenv.rst @@ -15,6 +15,10 @@ The ``PipEnv`` helper installs executable Python packages with **pip** inside a keeping them isolated so they don't interfere with system packages or the Conan package itself. It is designed to use a Python CLI tool inside a recipe during the build step. +By default, it attempts to create the virtualenv using the Python you have set on your system Path. +To use a different one, you can set a Python path in the ``tools.system.pipenv:python_interpreter`` :ref:`configuration`. + + .. currentmodule:: conan.tools.system .. autoclass:: PipEnv