-
Notifications
You must be signed in to change notification settings - Fork 4
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
How to work with virtualenv? #8
Comments
I use pyvenv and it works without problems. However I don't know what |
Ah It may be non-trivial to implement for pippel maybe I should just use pyvenv...? |
I want to avoid additional dependencies, so I guess I have to find a way to get this to work without |
I use https://github.com/porterjamesj/virtualenvwrapper.el and that works well, too. Imho it's ok for pipple to just use the current active python version in emacs. |
Closed as I do not wish to look into this any further. I believe that using the active python environment is the right way to use |
Hello,
I was wondering how to list the packages only from my virtualenv?
I have
python-shell-virtualenv-root
properly configured but it does not look like to be sufficient even if I saw some references to it in the code.The text was updated successfully, but these errors were encountered: