homebrew
Git Plugin for Oh-My-ZSH broken after Updating Git
To load zsh plugins default format as specified in .zshrc is plugins=(rails git textmate ruby lighthouse). For some reason it was written in this format plugins=(git, lighthouse) separated by comma. Separating just by space and source the .zshrc after saving fixed the issue.
Why can’t I update to the latest MongoDB with Homebrew?
If the version of mongodb in your brew receipe is the same of the version installed, you get the stated error. Typically when you see a latest stable version released and you wish to bump up your mongodb version to it, you’d first have to update your brew receipe and then do your upgrade as … Read more
brew install python, but then: “python-2.7.6 already installed, it’s just not linked”
It looks like you have installed Python using another method before. Don’t be scared. Homebrew is engineered so it won’t mess up your system like Mac Ports et al. You can always do brew link –overwrite –dry-run python to see first what exactly will be overwritten, without actually doing it. If once you do this … Read more
Mac os – brew install unrar fails
Use brew install rar to install both the rar and unrar binaries. See cask for details: https://github.com/Homebrew/homebrew-cask/blob/master/Casks/rar.rb
Error Installing Homebrew – Brew Command Not Found [duplicate]
The warning is telling you what is wrong. The problem is that brew is kept in /usr/local/bin So, you can try /usr/local/bin/brew doctor To fix it permanently alter your bash profile (.bashrc or .profile in your home directory) and add the following line: export PATH=/usr/local/bin:$PATH On Apple silicone it’s export PATH=/opt/homebrew/bin/:$PATH
When I start my terminal I get “login: /usr/local/bin/bash: No such file or directory [Process completed]” and i cant type anything in my terminal
Go to “System Preferences” > “Users & Groups” Click the “Lock” icon and authenticate Right-click the your user icon and select “Advanced Options” Change the value for “Login shell” to /bin/bash
Nginx broken after upgrade to osx yosemite
I had the same problem, that is, after upgrading from Mavericks to Yosemite I got the following error: nginx: [emerg] mkdir() “/usr/local/var/run/nginx/client_body_temp” failed (2: No such file or directory) All I needed to do to solve this issue was to create the folder: mkdir -p /usr/local/var/run/nginx/client_body_temp
How to install build-essential on mac?
Homebrew (brew) is not the same as apt-get, and does not have the same packages. In particular, build-essential is not a Homebrew package. The package build-essential is a Debian package. From apt show build-essential, If you do not plan to build Debian packages, you don’t need this package. Starting with dpkg (>= 1.14.18) this package … Read more
PID error on mysql.server start?
I ran into this same problem when installing via homebrew. Make sure you run these commands (which are listed during install but easy to miss): unset TMPDIR mysql_install_db