From 6bd79273334af63528f31abb204331bcbf9b3de7 Mon Sep 17 00:00:00 2001 From: "Yamashita, Yuu" Date: Fri, 11 Mar 2016 00:49:59 +0000 Subject: [PATCH] Basically we don't have to run rehash explicitly anymore (fixes #553) --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 6a998203..2408fcba 100644 --- a/README.md +++ b/README.md @@ -225,16 +225,6 @@ easy to fork and contribute any changes back upstream. please visit the wiki page about [Common Build Problems](https://github.com/yyuu/pyenv/wiki/Common-build-problems) -6. **Rebuild the shim binaries.** - You should do this any time you install a new Python binary. - (Examples: installing a new Python version, or installing a package that provides a binary.) - - $ pyenv rehash - - This can be automated for pip using - [pyenv-pip-rehash](https://github.com/yyuu/pyenv-pip-rehash), which invokes - `pyenv rehash` after (un)installing packages using pip. - #### Upgrading