pythonic-emacs / anaconda-mode

Code navigation, documentation lookup and completion for Python.
GNU General Public License v3.0
707 stars 87 forks source link

[question] is pythonic absolutely necessary #372

Closed kirk86 closed 4 years ago

kirk86 commented 4 years ago

I was wondering if pythonic is absolutely necessary, maybe it would be better to allow the users to decide which virtualenv package they want to have installed in their systems. If a user preferes another virtualenv package then they'll have to end up with 2 different packages for the same purpose. Is anaconda-mode using pythonic in some sense that cannot be modularised?

dakra commented 4 years ago

Do you mean this pythonic?

If so, it's not really a package to handle your virtualenvs. It has a very simple helper command to set the python-shell-virtualenv-path but that's about it.

It's main purpose is to conveniently call your currently active venv python process and work with it from elisp.

kirk86 commented 4 years ago

@dakra Got it, thanks for clarifying my confusion...