I want to use Ultisnips and get the following error:
E319: Sorry, the command is not available in this version: py3 import vim
Press ENTER or type command to continue
Error detected while processing /Users/Me/.vim/plugged/ultisnips/autoload/UltiSnips.vim:
line 8:
E319: Sorry, the command is not available in this version: py3 from UltiSnips import UltiSnips_Manager
I think this correlates to the fact that I get 0 as the output when running :echo has('python3'). How can I fix this issue?
My operations system is macOS Big Sur.
I have tried several times to reinstall vim with home-brew but I still get 
when executing vim --version. Any idea how one can fix this on MacOS?
./configurefile – Rhi Jun 02 '21 at 10:03configurefile is present in the git repository of vim you'll have to use if you build vim from sources. – statox Jun 02 '21 at 10:43which vim. I wonder if, judging by your duplicate question, you are still invoking system vim. – Andrew Ho-Lee Jun 02 '21 at 10:56