Friday, 10 April 2015

Terminal / Symlink: How to add a directory to my path?


hey guys,

i'm trying follow instructions below:

the first task make symlink subl. assuming you've placed sublime text 2 in applications folder, , have ~/bin directory in path, can run:

code:
ln -s "/applications/sublime text 2.app/contents/sharedsupport/bin/subl" ~/bin/subl
when try command tells me can't find directory:
/users/gguerini/bin/subl: no such file or directory

can do??

lot!

guillermo
 

fixed:

code:
ln -s "/applications/sublime text 2.app/contents/sharedsupport/bin/subl" /usr/bin/subl
 


Forums Macs macOS macOS


  • iPhone
  • Mac OS & System Software
  • iPad
  • Apple Watch
  • Notebooks
  • iTunes
  • Apple ID
  • iCloud
  • Desktop Computers
  • Apple Music
  • Professional Applications
  • iPod
  • iWork
  • Apple TV
  • iLife
  • Wireless

No comments:

Post a Comment