Install vim 8 with python support on mac
Contents
Today I configure my development envirment for my mac pro. And I find it is much easier to install VIM 8 with python support use brew. (much more easier than cent 7)
If you have brew, you just need to run
|
|
If you want both python3 and python2 support, just run this
|
|
Update: you may need to use below command on some latest OS for python2
|
|
may be you need to remove the old vim bin file,
|
|
and re-link the vim
|
|
done! enjoy your vim~
Author Wenhan Shi
LastMod 2022-06-19 (c0e808a)