-
-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto Completion not working with pipenv on msys2 #853
Comments
I have no idea how pipenv actually works (especially not on Windows, I'm not even using it on Linux), I think the problem is that either the I think that #836 will definitely help you as soon as it's merged. We're just not finished with that, yet. Our problem is that it's pretty hard to find the right Python version to execute. We look for a virtualenv and then the latest (3.6, 3.7 is not supported yet). For everything else we still have to write some code so users can select Python environments themselves. |
Try |
Unfortunately |
@adrianjord |
@blueyed |
Typically pipenv creates a virtualenv in |
Issue
When installing a dependency with pipenv, jedi-vim does not autocomplete, however, saving does not throw any warnings.
Steps to reproduce
Install msys2
Install vim
Install python 3.6
Install pipenv
Install jedi-vim via Vundle
Create new test dir
pipenv install request
Edit new file
main.py
Type
import
then pressctr+space
Expected request to be in the list
Output of “:verbose JediDebugInfo”
Jedi-vim debug information
Using Python version: 3
3.6.6 (default, Jun 28 2018, 10:27:26), [GCC 7.3.0]
/usr/lib/python3.6/site.py
Jedi path:
/c/Users/adria/Documents/Home/.vim/bundle/jedi-vim/pythonx/jedi/jedi/__init__.py
<Environment: 3.6.6 in /usr>
/usr/lib/python36.zip
/usr/lib/python3.6
/usr/lib/python3.6/lib-dynload
/c/Users/adria/Documents/Home/.local/lib/python3.6/site-packages
/usr/lib/python3.6/site-packages
Settings
:version
:messages
:scriptnames
The text was updated successfully, but these errors were encountered: