

- #MAC OS RUBY UPDATE HOW TO#
- #MAC OS RUBY UPDATE FOR MAC#
- #MAC OS RUBY UPDATE MAC OS X#
- #MAC OS RUBY UPDATE UPDATE#
Model: MacBookPro7,1, BootROM 05, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1. As always, the package came with an installation of Ruby, but for the first time, it came with a universal binary to support both ARM and Intel CPUs and with that a journey begins. After some quick setup, this will become your go-to means of keeping Ruby fresh on your system or reverting to older versions for projects that require you to do so. Applications/Google SketchUp 7/SketchUp.app/Contents/MacOS/./Frameworks/amework/Versions/A/Ruby: can't map With the Apple Silicon M1 Macs, we got a brand new macOS, universal binaries, and a new set of command-line tools for Xcode. Ruby Version Manager, or RVM for short, as described on the RVM website is a command-line tool which allows you to easily install, manage, and work with multiple ruby environments. Library not loaded: from: /Applications/Google SketchUp 7/SketchUp.app/Contents/MacOS/SketchUp $ cp -r /usr/local/include/ruby-1.9.1/ruby/* Headers/īackward/ defines.h dl.h intern.h missing.h re.h ruby.h util.h vm.hĬonfig.h digest.h encoding.h io.h oniguruma.h regex.h st.h version.hĪnd when I try to start SketchUp I get the following error report Exception Type: EXC_BREAKPOINT (SIGTRAP) $ cp /usr/local/include/ruby-1.9.1/ruby.h Headers/ Then I copy necessary files to SketchUp $ cd /Applications/Google\ SketchUp\ 7/SketchUp.app/Contents/Frameworks/amework/ Google SketchUp requires i386 binary, which can be produced by the following commands $ cd ~/ruby-1.9.2-rc2/
#MAC OS RUBY UPDATE UPDATE#
Now I try to go further and update to 1.9.2-rc2. SketchUp starts without problem and Ruby console shows version 1.8.7.

macOS comes pre-installed with Ruby, but doesnt have Rubys development libraries needed to build.
#MAC OS RUBY UPDATE HOW TO#
$ ln -fs /System/Library/Frameworks/amework/Ruby Learn how to set up your Ruby environment on the Mac. Add a comment 2 Answers Active Oldest Votes. 323 1 1 gold badge 2 2 silver badges 4 4 bronze badges. 14.8k 4 4 gold badges 33 33 silver badges 54 54 bronze badges.

#MAC OS RUBY UPDATE MAC OS X#
$ ln -s /System/Library/Frameworks/amework/Headers Which version(s) of Mac OS X have the Ruby interpreter installed by default macos ruby. I can update Ruby to 1.8.7 (OSX's version) by the following commands $ cd /Applications/Google\ SketchUp\ 7/SketchUp.app/Contents/Frameworks/amework/Versions/CurrentĬonfig.h defines.h intern.h missing.h ruby.h
#MAC OS RUBY UPDATE FOR MAC#
To configure rbenv on our MacOS, we use homebrew that can install rbenv on our MacOS.Currently Google SketchUp for Mac has Ruby version 1.8.5 which I find a bit outdated. In order to install ruby on the system, we must have configured either of these two on our MacOS. On MacOS, ruby can be installed with the help of various third-party tools that are rbenv and rvm(ruby version manager). Therefore, it will bring some troubles when people need to uninstall Ruby. However, many people are not clear about these files, and some of these files cannot be found and removed smoothly especially for the basic Mac users. The following steps are involved in installation of Ruby on MacOS.ġ) Configuration of third party tools to install Ruby When install Ruby on the Mac, it will also bring many of its supported files to the Mac, including application support files, preferences, caches etc.
