parent
0552a6f71c
commit
04a9453da4
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ git clone https://github.com/rbenv/rbenv.git ~/.rbenv
|
|||
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
|
||||
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
|
||||
exec bash
|
||||
git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
|
||||
git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build
|
||||
```
|
||||
|
||||
Once this is done, we can install the correct Ruby version:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue