You are not logged in.
Pages: 1
Hi all,
My situation is this:
I use XFCE
I use Emacs in XFCE
I installed Node in
/home/mihamina/Apps/nodeso that "node" binary is in
/home/mihamina/Apps/node/binI installed "pyls" with
pip install python-lsp-serverso that "pyls" binary is in
/home/mihamina/.local/binIn Emacs, I already set
(add-to-list 'exec-path "/home/mihamina/Apps/node/bin")I already set the PATH in
/home/mihamina/.bashrcand it is set correctly
Neither "node" nor "pyls" are seen by Emacs
But When I add
append_path '/home/mihamina/Apps/node/bin'to
/etc/profile.d/mihamina.sh and make sure it is loaded, Emacs finds it.
Is it the only way to alter PATH for X applications on Archlinux, or is there a cleaner way to do so?
Offline
Offline
Pages: 1