You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess this package shouldn't provide activate functionality (pyenv mode doesn't...). That why pyenv-mode commands stands from set/unset and not from activate/deactivate. Maybe you can implement pyenv-anaconda-mode or similar package with full support of anaconda virtual environments? Then I can mention this package in the README and revert autocompletion with virtualenv subcommand.
I think this is solved since pyenv/pyenv-virtualenv#103 and PR's within have brought some changes to pyenv. You should now also be able to revert to the pyenv versions command since it now lists all versions and environments.
Using
pyenv-activate
in the shell on a anaconda environment modifies my path to include e.g.Activation of the same environment in emacs does not add the same path to
exec-path
The text was updated successfully, but these errors were encountered: