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/pyenv.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Using a Python package in a recipe
32
32
33
33
To install a python package or use a tool installed with Python, we have to install it using the ``PyEnv.install()`` method.
34
34
35
-
When the `py_version`` parameter is defined, Conan will automatically use `UV <https://docs.astral.sh/uv/>` to create and manage a temporary virtual environment
35
+
When the ``py_version`` parameter is defined, Conan will automatically use `UV <https://docs.astral.sh/uv/>`_ to create and manage a temporary virtual environment
36
36
with that specific Python version.
37
37
**UV requires Python 3.8 or higher**, make sure you use a compatible Python version if you want to define the ``py_version``.
0 commit comments