File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -110,10 +110,11 @@ ways:
110
110
2. **A make_cross_venv.py script **. If you call ``make_cross_venv.py ``,
111
111
providing the location of a virtual environment, the script will add some
112
112
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.
117
118
118
119
iOS distributions also contain a copy of the iOS ``testbed `` project - an Xcode
119
120
project that can be used to run test suites of Python code. See the `CPython
You can’t perform that action at this time.
0 commit comments