You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/tools/system/pipenv.rst
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@ The ``PipEnv`` helper installs executable Python packages with **pip** inside a
15
15
keeping them isolated so they don't interfere with system packages or the Conan package itself.
16
16
It is designed to use a Python CLI tool inside a recipe during the build step.
17
17
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>`.
0 commit comments