Reputation: 21
I use purcell/emacs.d configuration. When coding with python, I use following command to activate an env, with anaconda-mode.
M-x pythonic-activate RET /path/to/virtualenv RET
But nothing changes in the front window.
How to know which env is currently activated?
Upvotes: 1
Views: 105