Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 295 Bytes

mac.md

File metadata and controls

9 lines (6 loc) · 295 Bytes

tips on mac

brew

Each time you want the latest version of a bin :

  • brew install ruby
  • echo 'export PATH="/usr/local/opt/ruby/bin:$PATH"' >> /Users/auraoupa/.bash_profile
  • echo 'export PATH="/usr/local/lib/ruby/gems/3.1.0/bin:$PATH"' >> /Users/auraoupa/.bash_profile