Skip to content

Commit 1e8c94f

Browse files
committed
Clarify language about the make_cross_venv.py script.
1 parent 18de308 commit 1e8c94f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,11 @@ ways:
110110
2. **A make_cross_venv.py script**. If you call ``make_cross_venv.py``,
111111
providing the location of a virtual environment, the script will add some
112112
files to the ``site-packages`` folder of that environment that will
113-
automatically apply the same set of patches whenever the environment is
114-
activated, without any need to modify ``PYTHONPATH``. If you use ``build`` to
115-
create an isolated PEP 517 environment to build a wheel, these patches will
116-
also be applied to the isolated build environment that is created.
113+
automatically apply the same set of patches as the ``sitecustomize.py``
114+
script whenever the environment is activated, without any need to modify
115+
``PYTHONPATH``. If you use ``build`` to create an isolated PEP 517
116+
environment to build a wheel, these patches will also be applied to the
117+
isolated build environment that is created.
117118

118119
iOS distributions also contain a copy of the iOS ``testbed`` project - an Xcode
119120
project that can be used to run test suites of Python code. See the `CPython

0 commit comments

Comments
 (0)