Не в состоянии вызвать emacs из терминала

Я установил emacs25.2.2

me@me:~$ /usr/bin/emacs --version
GNU Emacs 25.2.2
Copyright (C) 2017 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GNU Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.

но я не могу ссылаться на него напрямую

me@me:~$ emacs
bash: /usr/local/bin/emacs: No such file or directory

Emacs находится в пределах $PATH

me@me:~$ emacs
bash: /usr/local/bin/emacs: No such file or directory
me@me:~$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin

Я установил emacs 26.1 и удалил его из исходного кода с помощью команды "make uninstall", так как было трудно справляться с ошибками gnutls

Как я могу напрямую вызвать текущую версию emacs?

0 ответов

Другие вопросы по тегам