Tag: ginstall not found
make: /opt/local/bin/ginstall: No such file or directory
May 8, 2013 Leave a comment
make: /opt/local/bin/ginstall: No such file or directory
This happened to me while running bundle install on json v1.7.7.
The fix is
# sudo if necessary
ln -s /usr/bin/install /opt/local/bin/ginstall