Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Following
sudo port selfupdate sudo port install ruby19
Where exactly is ruby installed on my mac?
デフォルトでは、macports は に物をインストールし/opt/localます。
/opt/local
ほとんどの場合、Ruby バイナリは次のようにインストールされます。/opt/local/bin/ruby19
/opt/local/bin/ruby19
19サフィックスを取り除くには、次のようにインストールします。
19
sudo port install ruby19+nosuffix
これにより、Rubyが次のようにインストールされます/opt/local/bin/ruby
/opt/local/bin/ruby