How to check which env activated in anaconda-mode

95 Views Asked by At

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?

0

There are 0 best solutions below