Skip to content

Instantly share code, notes, and snippets.

@DevGW
Created January 25, 2023 22:35
Show Gist options
  • Save DevGW/5c7b2633a6eb63c532ff6ad7405ee41e to your computer and use it in GitHub Desktop.
Save DevGW/5c7b2633a6eb63c532ff6ad7405ee41e to your computer and use it in GitHub Desktop.
install intell gem on m1 #ruby #bash #m1
arch -x86_64 gem install nokogiri -v '1.10.10' --platform=ruby -- --use-system-librariesarch -x86_64 gem install nokogiri -v '1.10.10' --platform=ruby -- --use-system-libraries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment