LoginSignup
21
14

More than 5 years have passed since last update.

pyenvで入れたPythonをNeoVimで使う

Last updated at Posted at 2016-09-17

NeoVimのインストール

brew install neovim

pyenvに入れたPythonにNeoVimサポートをインストール

pip3 install --user --upgrade neovim

.vim/init.vim に以下を追加

let g:python3_host_prog = $PYENV_ROOT . '/shims/python3'

(@Ressさんありがとうございます!)

21
14
5

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
21
14