瀏覽代碼

README: note optional bash extension build

Borrowed from rbenv.
pull/1748/head
Ville Skyttä 5 年之前
父節點
當前提交
5221c4aeea
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. +4
    -0
      README.md

+ 4
- 0
README.md 查看文件

@ -194,6 +194,10 @@ easy to fork and contribute any changes back upstream.
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
pyenv repo is cloned and add `$PYENV_ROOT/bin` to your `$PATH` for access

Loading…
取消
儲存