mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Update the uninstallation section
This commit is contained in:
parent
871f0e26df
commit
9a284a3da4
1 changed files with 9 additions and 4 deletions
13
README.md
13
README.md
|
@ -213,12 +213,17 @@ hood.
|
||||||
|
|
||||||
### Uninstalling Ruby Versions ###
|
### Uninstalling Ruby Versions ###
|
||||||
|
|
||||||
As time goes on, ruby versions you install will accumulate in your
|
As time goes on, Ruby versions you install will accumulate in your
|
||||||
`~/.rbenv/versions` directory.
|
`~/.rbenv/versions` directory.
|
||||||
|
|
||||||
There is no uninstall or remove command in `rbenv`, so removing old
|
To remove old Ruby versions, simply `rm -rf` the directory of the
|
||||||
versions is a simple matter of `rm -rf` the directory of the relevant
|
version you want to remove. You can find the directory of a particular
|
||||||
ruby version you want removed under `~/.rbenv/versions`
|
Ruby verison with the `rbenv prefix` command, e.g. `rbenv prefix
|
||||||
|
1.8.7-p357`.
|
||||||
|
|
||||||
|
The [ruby-build](https://github.com/sstephenson/ruby-build) plugin
|
||||||
|
provides an `rbenv uninstall` command to automate the removal
|
||||||
|
process.
|
||||||
|
|
||||||
## Usage ##
|
## Usage ##
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue