syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.56k stars 4.9k forks source link

Check if python-shell-interpreter is bound before null checking #16463

Closed augustfengd closed 6 days ago

augustfengd commented 1 week ago

Hello!

The python-shell-interpreter variable comes from the python package which is not eagerly loaded, so pyvenv-workon will fail in those circumstances.

smile13241324 commented 6 days ago

Good catch!