Published
- 1 min read
rbenv: version `ruby-2.6.3` is not installed
The solution for this is noted below
rbenv: version ruby-2.6.3
is not installed
Solution
In your project directory
=> rbenv install 2.6.3
=> rbenv local 2.6.3
Try other methods by searching on the site. That is if this doesn’t work