We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot run elpy-config on macos and probably other side effects too
macOS Ventura
(elpy-config)
eldoc error: (error Cannot find executable ’python’, please set ’elpy-rpc-python-command’ to an existing executable.)
(use-package elpy :ensure t :init (elpy-enable))
The text was updated successfully, but these errors were encountered:
Is the problem as simple as python not being in your PATH?
python
PATH
Or, if python is in your path, is there any chance that you aren't sharing your shell environment with emacs?
Sorry, something went wrong.
No branches or pull requests
Summary
cannot run elpy-config on macos and probably other side effects too
My configuration
OS
macOS Ventura
Result of
(elpy-config)
Elpy configuration in my init.el
The text was updated successfully, but these errors were encountered: