Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dimon70007/0e87247cc573bcda81aa2de1fc53d8bf to your computer and use it in GitHub Desktop.
Save Dimon70007/0e87247cc573bcda81aa2de1fc53d8bf to your computer and use it in GitHub Desktop.
Homebrew: Permissions Denied Issue Fix (OS X / macOS)

Homebrew Permissions Denied Issues Solution

in mac os ventura should just install ruby with homebrew instead of rbenv

@Dimon70007
Copy link
Author

really working script when brew install rbenv ruby-build failed with permission denied

@Dimon70007
Copy link
Author

Dimon70007 commented Apr 13, 2023

rbenv does not work anymore in mac os ventura.
you should completelly remove rbenv and brew install ruby@${target_ruby_version} instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment