Coc-python

From wikinotes

NOTE:

unmaintained, use coc-pyright instead

Documentation

github https://github.com/neoclide/coc-python

Locations

/home/will/.config/coc/extensions/node_modules/coc-python install dir
~/.config/coc/memos.json directory specific data

Install

python -m pip install jedi
python -m pip install pylint
:CocInstall coc-python

Configuration

" Interactive Choice
:CocCommand python.setInterpreter

" Scriptable Choice
call coc#config('python', {"pythonPath": "/home/jtprince/.pyenv/versions/plotformer-3.7.4/bin/python"})