emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: native-comp and resetting of search paths


From: Stephen Leake
Subject: Re: native-comp and resetting of search paths
Date: Mon, 13 Jul 2020 16:49:56 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (windows-nt)

Alex Bennée <alex.bennee@linaro.org> writes:

>
> Hmm odd. It's a custom variable:
>
>   (defcustom elpy-rpc-pythonpath (file-name-directory (locate-library "elpy"))
>     "A directory to add to the PYTHONPATH for the RPC process.
>

Use (locate-library "elpy.el" t); that will find the .el file, not one
of the compiled files.

-- 
-- Stephe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]