Skip to content

Commit

Permalink
Merge pull request pyenv#909 from joesiewert/fix-command
Browse files Browse the repository at this point in the history
Fix --enable-shared sample command
  • Loading branch information
yyuu authored May 12, 2017
2 parents d15f388 + a91b36b commit 3292200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/python-build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,13 @@ $ cat fix1.patch fix2.patch | pyenv install --patch 2.7.10
You can build CPython with `--enable-shared` to install a version with
shared object.

If `--enabled-shared` was found in `PYTHON_CONFIGURE_OPTS` or `CONFIGURE_OPTS`,
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
$ env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install 2.7.9
```

### Checksum verification
Expand Down

0 comments on commit 3292200

Please sign in to comment.