I recently installed sublime as my primary text editor. I am trying to install the CLI tool and I keep running into issues.
I have successfully ran:
sudo ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl
But now, when I am trying to execute subl in the CLI, I get the following error:
(base) {14:15}~/dev/sublime_lab ➭ subl .
Unable to find application named ‘subl’
How can I fix this?