Skip to content

Commit 60d9360

Browse files
authored
tools.system.pipenv:python_interpreter info added (#4291)
1 parent 6ef2489 commit 60d9360

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

reference/tools/system/pipenv.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ The ``PipEnv`` helper installs executable Python packages with **pip** inside a
1515
keeping them isolated so they don't interfere with system packages or the Conan package itself.
1616
It is designed to use a Python CLI tool inside a recipe during the build step.
1717

18+
By default, it attempts to create the virtualenv using the Python you have set on your system Path.
19+
To use a different one, you can set a Python path in the ``tools.system.pipenv:python_interpreter`` :ref:`configuration<reference_config_files_global_conf>`.
20+
21+
1822
.. currentmodule:: conan.tools.system
1923

2024
.. autoclass:: PipEnv

0 commit comments

Comments
 (0)