mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Add a screenshot
This commit is contained in:
parent
06bf3a351a
commit
7c8da88df6
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
# Simple Ruby Version Management: rbenv
|
||||
|
||||
<img src="http://cloud.github.com/downloads/sstephenson/rbenv/rbenv.png" width="894" height="464">
|
||||
|
||||
rbenv lets you easily switch between multiple versions of Ruby. It's
|
||||
simple, unobtrusive, and follows the UNIX tradition of single-purpose
|
||||
tools that do one thing well.
|
||||
|
@ -11,7 +13,7 @@ tools that do one thing well.
|
|||
* Allow you to **override the Ruby version** with an environment
|
||||
variable.
|
||||
|
||||
### rbenv _does not…_
|
||||
### In contrast with rvm, rbenv _does not…_
|
||||
|
||||
* **Need to be loaded into your shell.** Instead, rbenv's shim
|
||||
approach works by adding a directory to your `$PATH`.
|
||||
|
|
Loading…
Reference in a new issue