Skip to content
Discussion options

You must be logged in to vote

Hi, I spotted the problem by looking at this line:

rbenv: version `2.7.0' is not installed (set by /Users/rougnaux/.ruby-version)

It looks like you have a /Users/rougnaux/.ruby-version file, which sets the "local" Ruby version to 2.7.0. This was likely created by running rbenv local 2.7.0 while in your home directory. This is probably not what you want, since any sub-directory of /Users/rougnaux (basically, everything under your user) will inherit that version, but you want your "global" version to be 3.0.3.

You should rm /Users/rougnaux/.ruby-version to fix this.

"Local" ruby version are meant primarily for project directories. For example, you can run rbenv local 2.7.0 to set it as a l…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mislav
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants