Skip to content

Instantly share code, notes, and snippets.

@jjb
Created April 25, 2024 04:15
Show Gist options
  • Save jjb/6a06d8fa01fd099756220e3268928958 to your computer and use it in GitHub Desktop.
Save jjb/6a06d8fa01fd099756220e3268928958 to your computer and use it in GitHub Desktop.
Installing psych gem with macports
sudo port install libyaml yaml-cpp
bundle config build.psych --with-opt-include=/opt/local/include --with-opt-lib=/opt/local/lib
bundle
# OR, standalone
gem install psych -- --with-opt-include=/opt/local/include --with-opt-lib=/opt/local/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment