You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
For context: I installed Xcode first, and then I tried installing universal-ctags with homebrew.
No issues running brew install --HEAD universal-ctags/universal-ctags/universal-ctags, the issue is that it doesn't remove the existing ctags implementation that ships with XCode, so running:
$ ctags -R
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ctags: illegal option -- R
usage: ctags [-BFadtuwvx] [-f tagsfile] file ...
$ which ctags
/usr/bin/ctags
I expect it to be symlinked to ctags in /opt/homebrew/Cellar/universal-ctags/HEAD-95f44c5/bin/ctags
The text was updated successfully, but these errors were encountered:
@peteygao This is not a bug, HomeBrew packages usually do not shadow your system's existing executables. If you want to do so, you should manully run brew link universal-ctags/universal-ctags/universal-ctags
For context: I installed Xcode first, and then I tried installing universal-ctags with homebrew.
No issues running
brew install --HEAD universal-ctags/universal-ctags/universal-ctags
, the issue is that it doesn't remove the existing ctags implementation that ships with XCode, so running:I expect it to be symlinked to
ctags
in/opt/homebrew/Cellar/universal-ctags/HEAD-95f44c5/bin/ctags
The text was updated successfully, but these errors were encountered: