小编R. *_*hee的帖子

Ubuntu 16.04的vim中没有python解释器

我最近安装了 Ubuntu 16.04 并在发行说明中

VIM 默认为 python3

在我全新安装的 Ubuntu 16.04 中,我使用以下命令安装了 vim

$ python3 -V
Python 3.5.1+
$ vim
The program 'vim' can be found in the following packages:
vim
...
$ sudo apt install vim
$ vim --version
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Apr 08 2016 11:38:28)
Included patches: 1-1689
Modified by pkg-vim-maintainers@lists.alioth.debian.org
Compiled by pkg-vim-maintainers@lists.alioth.debian.org
Huge version without GUI.  Features included (+) or not (-):
+acl             +farsi           +mouse_netterm   +tag_binary
+arabic          +file_in_path    +mouse_sgr …
Run Code Online (Sandbox Code Playgroud)

vim python3 16.04

6
推荐指数
3
解决办法
4711
查看次数

标签 统计

16.04 ×1

python3 ×1

vim ×1