Skip to content

Instantly share code, notes, and snippets.

@codeprimate
Last active December 10, 2015 01:08
Show Gist options
  • Save codeprimate/4356031 to your computer and use it in GitHub Desktop.
Save codeprimate/4356031 to your computer and use it in GitHub Desktop.
Fix "boxes" command installed by Brew
# This will correct the error: "boxes: can't find config file"
sudo ln -s /usr/local/Cellar/boxes/1.1/share/boxes-config /usr/share/boxes
@hemperor
Copy link

hemperor commented Dec 5, 2014

This will correct the error: "boxes: can't find config file"

sudo ln -s /usr/local/Cellar/boxes/1.1.1/share/boxes-config /usr/share/boxes

in my case not 1.1 because there is no 1.1 folder

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