purcell / exec-path-from-shell

Make Emacs use the $PATH set up by the user's shell
Other
1.43k stars 82 forks source link

bash throws "cannot set terminal process group" error #27

Closed ghost closed 9 years ago

ghost commented 9 years ago

for details, http://unix.stackexchange.com/questions/208159/bash-throws-cannot-set-terminal-process-group-error

does the shell need -i argument, just to run a single command? are not -i and -l options meant for two diametrically opposite features?

and is there a quick fix for this error on my local system?

ghost commented 9 years ago

This is no longer an issue, as it is caused by my mistake where i am switching to zshell using "exec /bin/zsh" inside my .bash_login file. I have corrected it now. thanks.