0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

rbenv installでエラーが出たときのメモ

Posted at

#環境
MacOS 10.13

#エラー

dyld: Library not loaded: $HOME/.rbenv/versions/3.0.0/lib/libruby.3.0.dylib

#対処
なぜうまくいくか知らないが以下を実施

globalのバージョンをsystemより上のバージョンに変更

* system
  2.7.2 (set by $HOME/.rbenv/version)

  system
* 2.7.2 (set by $HOME/.rbenv/version)
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?