36 bytes added ,  3 October 2023
m
Line 417: Line 417:
When running <code>vim</code> with Powerline package on Ubuntu 16.04, I get this error message every time I execute it from the CLI.
When running <code>vim</code> with Powerline package on Ubuntu 16.04, I get this error message every time I execute it from the CLI.


<source lang="console" highlight="1">
<syntaxhighlight lang="console" highlight="1">
$ vim
$ vim
UltiSnips requires py >= 2.7 or py3
UltiSnips requires py >= 2.7 or py3
Line 424: Line 424:
details.
details.
Press ENTER or type command to continue
Press ENTER or type command to continue
</source>
</syntaxhighlight>


I'm not sure what this does, but this seems to solve the problem. Thanks to Sergey Khaylov for the answer at [http://stackoverflow.com/questions/20160902/how-to-solve-requires-python-2-x-support-in-linux-vim-and-it-have-python-2-6-6 Stackoverflow].
I'm not sure what this does, but this seems to solve the problem. Thanks to Sergey Khaylov for the answer at [http://stackoverflow.com/questions/20160902/how-to-solve-requires-python-2-x-support-in-linux-vim-and-it-have-python-2-6-6 Stackoverflow].


<source lang="bash">
<syntaxhighlight lang="bash">
$ apt-get install vim-nox
$ apt-get install vim-nox
</source>
</syntaxhighlight>


= Compiling with python supports =
= Compiling with python supports =