Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions reference/tools/system/pipenv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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<reference_config_files_global_conf>`.


.. currentmodule:: conan.tools.system

.. autoclass:: PipEnv
Expand Down