Skip to content

Instantly share code, notes, and snippets.

@stefan2904
Last active October 8, 2016 17:49
Show Gist options
  • Save stefan2904/ab8951c8a4d01e6cd99d9b4f6e678809 to your computer and use it in GitHub Desktop.
Save stefan2904/ab8951c8a4d01e6cd99d9b4f6e678809 to your computer and use it in GitHub Desktop.
YouCompleteMe </3 pyenv
$ 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
$ 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