Emacs shell command not found

后端 未结 3 2007
予麋鹿
予麋鹿 2021-01-31 12:46

I work on Mac OS X 10.5.8. I am trying to learn emacs. I am very new to it and today tried to enter shell commands from within emacs. I entered pdflatex filename. H

3条回答
  •  天涯浪人
    2021-01-31 13:24

    It's possible that the Emacs shell is working in a different environment from the one you have at the terminal command line. Compare the output of env when run inside the Emacs shell and when run in the terminal. Pay particular attention to the values of PATH.

提交回复
热议问题