Last active
October 8, 2016 17:49
-
-
Save stefan2904/ab8951c8a4d01e6cd99d9b4f6e678809 to your computer and use it in GitHub Desktop.
YouCompleteMe </3 pyenv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cd ctf | |
pyenv-virtualenv: deactivate | |
pyenv-virtualenv: activate ctf | |
$ python --version | |
Python 2.7.11 | |
$ nvim | |
YouCompleteMe unavailable: requires Vim compiled with Python (2.6+ or 3.3+) support |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cd traube/traube | |
pyenv-virtualenv: deactivate | |
pyenv-virtualenv: activate traube | |
$ python --version | |
Python 3.5.1 | |
$ nvim | |
works ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment