mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-13 05:43:53 -05:00
Fix numbering
This commit is contained in:
@@ -60,13 +60,13 @@ On systems with Homebrew package manager, the “Using Package Managers” metho
|
|||||||
sudo dnf install rbenv
|
sudo dnf install rbenv
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Set up your shell to load rbenv.
|
2. Set up your shell to load rbenv.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
rbenv init
|
rbenv init
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Close your Terminal window and open a new one so your changes take effect.
|
3. Close your Terminal window and open a new one so your changes take effect.
|
||||||
|
|
||||||
That's it! You are now ready to [install some Ruby versions](#installing-ruby-versions).
|
That's it! You are now ready to [install some Ruby versions](#installing-ruby-versions).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user