lambdalisue / lambdalisue/vim-pyenv
Still not able to get it work.
Nobody has claimed this yet.
- Dominant language
- Vim Script
- Stars
- 107
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
I have been through lots of hours trying to get the jedi-vim omni completion and goto to work in pyenv environment. I came to this plugin and it still not work for me.
I use vim 8.1 with vundle. I installed the vim-pyenv with vundle, and made sure to put vim-pyenv after jedi-vim. After installing with PlugInstall, I go to my project folder, activated my pyenv with pyenv local scrapper. In vim, I use :PyenvActivate scrapper, it shows vim-pyenv: "3.6.0/envs/scrapper" is activated.
However, the omni-completion and goto still use the system site-package instead of the one in pyenv.
Any idea how should I debug this?
My python and pip version works with pyenv, its just the site-package not working.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the report with Vim 8.1, Vundle, jedi-vim, vim-pyenv, and a pyenv environment selected with :PyenvActivate scrapper. Trace how jedi-vim's omni-completion and goto resolve Python and site-packages, then verify they use the activated environment rather than the system installation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, vim
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100