Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable python3 in vim?

Tags:

python

vim

ubuntu

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?

like image 464
Mesi Rendón Avatar asked Apr 04 '13 01:04

Mesi Rendón


1 Answers

$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.

like image 104
romainl Avatar answered Sep 16 '22 15:09

romainl