How can install vim8 without effecting the built-in vim that comes with a mac? Like with python2 that comes built-in with a mac, I have python3 separate. So, I can call it with vim8. I am using brew.
My OSX is 10.11.6.
Homebrew will not overwrite any Apple supplied executables. It installs everything in /usr/local which is empty by default.
I think Homebrew will install vin to /usr/local/vim
However if you installed python3 from python.org then that will conflict with Homebrew python as they are both installed in /usr/local
I installed vim via brew, but mine is installed in /usr/local/Cellar/vim/8.0.1250/bin/vim and I had to create an alias to vim8. I will have update my alias each time I update vim. Is there a better way to do it?
– qbektrix Nov 15 '17 at 18:52
/usr/local/bin/vim8
– Nov 15 '17 at 13:03