elpy icon indicating copy to clipboard operation
elpy copied to clipboard

cannot run elpy-config on macos

Open hajderr opened this issue 1 year ago • 2 comments

Summary

cannot run elpy-config on macos and probably other side effects too

My configuration

OS

macOS Ventura

Result of (elpy-config)

eldoc error: (error Cannot find executable ’python’, please set ’elpy-rpc-python-command’ to an existing executable.)

Elpy configuration in my init.el

(use-package elpy
  :ensure t
  :init
  (elpy-enable))

hajderr avatar Dec 24 '23 12:12 hajderr

Is the problem as simple as python not being in your PATH?

Or, if python is in your path, is there any chance that you aren't sharing your shell environment with emacs?

rpgoldman avatar Apr 03 '24 17:04 rpgoldman