Thursday, May 12, 2022

Re: Vim-Plug’s “PlugInstall” fails

Hi, Eric.

Em qua., 11 de mai. de 2022 às 15:51, Eric Weir <eeweir@comcast.net> escreveu:

Attempting to get Vim-Plug set up in my MacVim installation. I've got the script in ~/vim/autoload and the call to it and my plugins list in my .vimrc. However when I issue PlugInstall the process aborts with this error message:

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun


Help appreciated. I am a minimally proficient vim user, a writer not coder.



For some executables to run, you need to install Xcode Developer Tools on your Mac. You can do that by typing in a terminal:

$ xcode-select --install

The error shown to you suggests to me that you haven't those tools installed.
 

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CA%2BJN8RLHbRGrAXAVAUsp0w8z_%2B0ZCaM3ez4-1cFPAob8iSKeug%40mail.gmail.com.

No comments: