I've been using vim for some time, and now in a need to use the python3 feature.
If I type vim --version | grep python I get -python3
How can I do to enable it?
I've been using vim for some time, and now in a need to use the python3 feature.
If I type vim --version | grep python I get -python3
How can I do to enable it?
$sudo apt-get install vim-gnome
should take care of that but the official repos are a bit behind.
I've been using this ppa for a while. After you have added it to your sources, upgrading Vim should give you python 3 support. It does, here.
You didn't tell us the platform you're on, but it basically boils down to:
configure --enable-python3interp option./configure --enable-python3interp. The user should be able to know how to install from source, but explicitness is nice for lazy people. :)