Skip to content
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

Dynamic check for VIRTUAL_ENV python version #962

Closed
davidhalter opened this issue Sep 9, 2017 · 4 comments
Closed

Dynamic check for VIRTUAL_ENV python version #962

davidhalter opened this issue Sep 9, 2017 · 4 comments
Labels

Comments

@davidhalter
Copy link
Owner

#556 was closed because I deleted a branch. It was a pull request but some of the ideas were good. Good virtualenv support is hopefully coming soon.

@cmcginty
Copy link

Any update on VIRTUAL_ENV support?

@davidhalter
Copy link
Owner Author

davidhalter commented Feb 26, 2018

Virtualenv support should be in a pretty good shape on master branch. The API is not 100% stable and some fixes are still needed. I guess one/two months is realistic. :)

But I'd be glad if you tried it. Feedback is appreciated.

The only problem is that to properly work with virtualenvs the editor needs to implement additional functionality, so you will only be seeing part of the solution for now if you use jedi's master branch.

@cmcginty
Copy link

I run the master branch but it doesn't seem to work. Maybe because I use pyenv to generate my virtualenv? Do you support that? https://github.com/pyenv/pyenv-virtualenv

@davidhalter
Copy link
Owner Author

davidhalter commented Feb 27, 2018

Please check #1053 for the latest improvements towards virtualenvs.

@cmcginty I'm not sure. Pretty sure it supports it, but there might be a security check that it fails. You could tray to play with the latest API if you want to give me more feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants