From 7a91070c023e1ecb9b2f29c66d3980ad043c344b Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Sun, 9 Jun 2024 00:19:44 +0300 Subject: [PATCH] Removed obsoltete section about --enable-shared --- plugins/python-build/README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/plugins/python-build/README.md b/plugins/python-build/README.md index 147e6ccf..214e78ad 100644 --- a/plugins/python-build/README.md +++ b/plugins/python-build/README.md @@ -200,20 +200,6 @@ $ cat fix1.patch fix2.patch | pyenv install --patch 2.7.10 ``` -### Building with `--enable-shared` - -You can build CPython with `--enable-shared` to install a version with -shared object. - -If `--enable-shared` was found in `PYTHON_CONFIGURE_OPTS` or `CONFIGURE_OPTS`, -`python-build` will automatically set `RPATH` to the pyenv's prefix directory. -This means you don't have to set `LD_LIBRARY_PATH` or `DYLD_LIBRARY_PATH` for -the version(s) installed with `--enable-shared`. - -```sh -$ env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install 2.7.9 -``` - ### Building for maximum performance Building CPython with `--enable-optimizations` will result in a faster