今天我尝试python
在emacs
.
我安装pymacs, pycomplete+ , python-mode, python-pep8
了el-get
.
当我尝试安装时rope
出现此错误
el-get-executable-find: 用 `executable-find' 找不到名为 'hg' 的命令
然后,当我删除config
关于"el-get"
(add-to-list 'load-path "~/.emacs.d/el-get/el-get")
(unless (require 'el-get nil 'noerror)`
(with-current-buffer
(url-retrieve-synchronously
"https://raw.github.com/dimitri/el-get/master/el-get-install.el")
(goto-char (point-max))
(eval-print-last-sexp)))
(el-get 'sync)
错误消失。
任何人都可以帮我解决它吗?