今日はでpython
開発を構成しようとしましたemacs
。
でインストールpymacs, pycomplete+ , python-mode, python-pep8
しましel-get
た。
インストールしようとするrope
と、このエラーが発生しました
el-get-executable-find:「hg」という名前のコマンドが「executable-find」で見つかりません
その後、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)
エラーが消えます。
誰かが私がそれを修正するのを手伝ってくれる?