Comment on How to add a directory to your PATHComments−bandrami1yBut not if the shell is running as an inferior process in an emacs buffer, in which case you have to do yet another thing.−b5n1y (use-package exec-path-from-shell :demand t :config (exec-path-from-shell-initialize) (exec-path-from-shell-copy-env "PATH"))−whitten1yCould you elaborate on the method ?
Comments
But not if the shell is running as an inferior process in an emacs buffer, in which case you have to do yet another thing.
Could you elaborate on the method ?