安装jedi后可支持自动补全。
pip install jedi
假设已经安装了 pyenv 和 Oh my zsh,
在以上两个文件中加入:export PATH="$HOME/.pyenv/shims:$PATH"。
export PATH="$HOME/.pyenv/shims:$PATH"