mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -05:00
Basically we don't have to run rehash explicitly anymore (fixes #553)
This commit is contained in:
parent
4684507021
commit
6bd7927333
1 changed files with 0 additions and 10 deletions
10
README.md
10
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue