osx - Permission denied when trying to make sublime text shortcut -
so started getting using terminal manage files etc, , trying setup sublime text shortcut using line of code:
ln -s /applications/sublime\ text\ 2.app/contents/sharedsupport/bin/subl /usr/local/bin/sublime
however, when try says permission denied , have no idea why. using mac running mac 10.10.2
.
for sublime text 3:
sudo ln -s "/applications/sublime text.app/contents/sharedsupport/bin/subl" /usr/local/bin/sublime
Comments
Post a Comment