mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Merge pull request #1748 from scop/dylib-compile-doc
README: note optional bash extension build
This commit is contained in:
commit
511756f0c7
1 changed files with 4 additions and 0 deletions
|
@ -198,6 +198,10 @@ easy to fork and contribute any changes back upstream.
|
||||||
|
|
||||||
git clone https://github.com/pyenv/pyenv.git ~/.pyenv
|
git clone https://github.com/pyenv/pyenv.git ~/.pyenv
|
||||||
|
|
||||||
|
Optionally, try to compile dynamic bash extension to speed up pyenv. Don't
|
||||||
|
worry if it fails; pyenv will still work normally:
|
||||||
|
|
||||||
|
cd ~/.pyenv && src/configure && make -C src
|
||||||
|
|
||||||
2. **Define environment variable `PYENV_ROOT`** to point to the path where
|
2. **Define environment variable `PYENV_ROOT`** to point to the path where
|
||||||
pyenv repo is cloned and add `$PYENV_ROOT/bin` to your `$PATH` for access
|
pyenv repo is cloned and add `$PYENV_ROOT/bin` to your `$PATH` for access
|
||||||
|
|
Loading…
Reference in a new issue