All public logs

From Federal Burro of Information
Jump to navigationJump to search

Combined display of all available logs of Federal Burro of Information. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 19:51, 22 May 2024 David talk contribs created page Jekyll Notes (Created page with " reference: https://stackoverflow.com/questions/39381360/how-do-i-install-ruby-gems-on-mac <pre> brew update brew install ruby # If you use bash echo 'export PATH=/usr/local/Cellar/ruby/2.4.1_1/bin:$PATH' >> ~/.bash_profile # If you use ZSH: echo 'export PATH=/usr/local/Cellar/ruby/2.4.1_1/bin:$PATH' >> ~/.zprofile However, I suggest using an Environment Manager for Ruby. You have rbenv and RVM. IMO go for rbenv: brew install rbenv ruby-build # bash echo 'export...")