mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 15:46:17 -04:00
Update README about PYTHON_PATCH_PATH.
This commit is contained in:
parent
75559df89d
commit
2797f3d80e
|
|
@ -104,6 +104,10 @@ process.
|
|||
* `PYTHON_CONFIGURE_OPTS` and `PYTHON_MAKE_OPTS` allow you to specify
|
||||
configure and make options for buildling CPython. These variables will
|
||||
be passed to Python only, not any dependent packages (e.g. libyaml).
|
||||
* `PYTHON_PATCH_PATH` allows you to specify a directory that contains
|
||||
the patches for building CPython. All patches should be created
|
||||
as same strip number (default `-p0`). `PYTHON_PATCH_OPTS` allows
|
||||
you to override the options for `patch`.
|
||||
|
||||
### Checksum verification
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue