when I install vim through source code compilation, I add the following parameters when compiling
. / configure\
--prefix=/usr \
--with-features=huge \
--enable-multibyte \
--enable-cscope=yes \
--enable-perlinterp=yes \
--enable-rubyinterp=yes \
--enable-luainterp=yes \
--enable-python3interp=yes \
--enable-fontset=yes \
--enable-terminal=yes \
--enable-largefile \
--with-lua-prefix=/usr/local/bin \
--with-luajit \
--with-python3-command=python \
--with-python3-config-dir=/usr/local/bin/python3-config \
--with-ruby-command=ruby \
--with-compiledby=$USER \
--disable-gui \
--disable-netbeans \
according to the prompts in the document, after using sudo make & & make install, you can see that there should be a + sign before python3 and lua when you open vim,: version, but why mine is still-
mac
python3 lua :