Skip to content

Commit

Permalink
Clarify language about the make_cross_venv.py script.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Feb 15, 2025
1 parent 18de308 commit 1e8c94f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,11 @@ ways:
2. **A make_cross_venv.py script**. If you call ``make_cross_venv.py``,
providing the location of a virtual environment, the script will add some
files to the ``site-packages`` folder of that environment that will
automatically apply the same set of patches whenever the environment is
activated, without any need to modify ``PYTHONPATH``. If you use ``build`` to
create an isolated PEP 517 environment to build a wheel, these patches will
also be applied to the isolated build environment that is created.
automatically apply the same set of patches as the ``sitecustomize.py``
script whenever the environment is activated, without any need to modify
``PYTHONPATH``. If you use ``build`` to create an isolated PEP 517
environment to build a wheel, these patches will also be applied to the
isolated build environment that is created.

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

0 comments on commit 1e8c94f

Please sign in to comment.