-
Notifications
You must be signed in to change notification settings - Fork 23
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
pipenv-activate doesn't load the virtual environment for all other commands #23
Comments
Hi @billwanjohi
Based on your pasted output, (1) is definitely happening. You can inspect the What does it mean that your "virtual environment's packages are not available to emacs"? What are you trying to do that does not work as you expect? About |
tldr: I can't run tests. I originally couldn't use much of anything from the pipenv-el-activated env, but testing this only from fresh emacs sessions (and potentially some unrelated spring-cleaning on the rest of my emacs config) shrank my problem set. Things that work after
|
@billwanjohi ok I'll check it out. We may integrate with |
I'm not sure if this is the same issue or not, but pipenv doesn't seem to do |
Should be sorted with #48 |
I'm running spacemacs on the syl20bnr/spacemacs@0fa3658 of the develop branch. When I run the
pipenv-shell
function, it properly launches a shell in the appropriate environment, which I can verify by runningpip freeze
and viewing installed libraries.When I run
pipenv-activate
, it doesn't seem like much of anything happens. I do get some output to two buffers:*Pipenv*
*Messages*
My virtual environment's packages are not available to emacs, and running
pip freeze
from the editor confirms this. Dropping down to the pyvenv functions does work.I'd provide more information, but this about the extent of my emacs-lisp debugging experience.
The text was updated successfully, but these errors were encountered: