:python command doesn't work. It gives the following message:
OK. So you need to install Python where Vim can find it. :-)
See :help python-dynamic
Once Python is properly installed, Vim should find it on startup, and
:python should start working and has('python') should return 1.
Also note that the :python3 command is different to the :python command.
If you only have Python 3 installed, only Vim's has('python3') and
:python3 commands will work, not the ones above, which are for Python 2.
Cheers,
Ben.
--
You received this message from the "vim_dev" 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