LoginSignup
0
0

More than 5 years have passed since last update.

Ruby 環境構築

Posted at

注意

どこを参照しているのか見てみる

/usr/bin/rubyはシステム権限のためダメ

$which ruby
/usr/bin/ruby

正しくは

$which ruby
/Users/[ユーザ名]/.rbenv/shims/ruby

参考

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