mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Document rbenv-rehash
This commit is contained in:
parent
77964fb83e
commit
f8f49fd565
1 changed files with 7 additions and 0 deletions
|
@ -137,6 +137,13 @@ first argument. The most common subcommands are:
|
||||||
$ rbenv version
|
$ rbenv version
|
||||||
1.8.7-p352 (set by /Volumes/37signals/basecamp/.rbenv-version)
|
1.8.7-p352 (set by /Volumes/37signals/basecamp/.rbenv-version)
|
||||||
|
|
||||||
|
* **rehash** — installs shims for all Ruby binaries known to rbenv
|
||||||
|
(i.e., `~/.rbenv/versions/*/bin/*`). Run this command after you
|
||||||
|
install a new version of Ruby, or install a gem that provides
|
||||||
|
binaries.
|
||||||
|
|
||||||
|
$ rbenv rehash
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
The rbenv source code is [hosted on
|
The rbenv source code is [hosted on
|
||||||
|
|
Loading…
Reference in a new issue