
You can find my setup for that at my blog. Also, maybe more importantly, you put the MacPorts path in front of the default PATH, so it will find that one first. Add in this line and save: echo PATH="/opt/local/bin:/opt/bin:$PATH"īasically you add the MacPorts ruby into your PATH, so the system looks for ruby in the /opt folder too. bash_profile, located in your user folder (if you have textmate, you can do mate ~/.bash_profile). If which ruby returns /usr/bin/ruby, then it's still finding the default ruby that comes with OSX, which is 1.8.6.
RUBY DOWNLOAD FOR MAC INSTALL
Install the latest stable version of Xcode (using web download or the Mac App Store). If you're using MacPorts, that command should return /opt/local/bin/ruby. To develop Flutter apps for iOS, you need a Mac with Xcode installed. you still have your PATH set to the old Ruby, which is why you're getting 1.8.6 on ruby -v.įirst you gotta figure out where OSX is looking for your ruby by typing which ruby. idk how this thing ever managed to work in the first place. See the Installation page for details on using. On Windows machines, you can use RubyInstaller. On macOS machines, you can use third-party tools ( rbenv and RVM ).

use game.exe if game-z.exe breaks or your computer cant run it or something. We have several tools on each major platform to install Ruby: On Linux/UNIX, you can use the package management system of your distribution or third-party tools ( rbenv and RVM ). To fix that you can do port install ruby19+nosuffixĢ. Updated to 18.4.1 (6/20/20) Pokemon Reborn: Episodes 1-18 (475MB): Glass Edition Undertale free download mac 2018. To access it, you'd have to type ruby19 in place of ruby.so ruby19 script/generate, ruby19 -v.etc. If you ran port install ruby19, then you installed ruby 1.9, but under the name ruby19.

If you just ran port install ruby, then you installed the old version, which explains why ruby -v still shows 1.8.6. You installed the wrong ruby with MacPorts
