I'm trying to create a symbolic link to /usr/lib but I seems I have not permission, included with root. The system is return that the operations is not permitted.
With Yosemite I worked fine, but with El Capitan it broke :/
Anyone know what I can do?
I had some issues using the linked subl command for Sublime text 3. It was the same issue you encountered, I believe.
Apparently, usr/local does not have the same controls on it. So instead of
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" ~/bin/subl
as recommended by Sublime docs,
it was more along the lines of:
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" usr/local/bin/subl
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With