我试图按照http://hide1713.wordpress.com/2009/01/30/setup-perfect-python-environment-in-emacs/的设置
我的步骤1 – 3运行得很好.
然后我进入第4部分:设置绳索,Ropemacs和Pymacs.
我们需要Rope和Ropemacs的最新开发版本.否则,emacs无法找到rope-completions函数.
我只是从Ryan的网站上复制粘贴.你可以在这里找到原始帖子
sudo apt-get install mercurial
mkdir /tmp/rope && cd /tmp/rope
hg clone http:// bitbucket . org/agr/rope
hg clone http:// bitbucket . org/agr/ropemacs
hg clone http:// bitbucket . org/agr/ropemode
sudo easy_install rope
ln -s ../ropemode/ropemode ropemacs/
sudo easy_install ropemacs
我在OS 10.4.11上运行GNU Emacs 22.0.97.1
我试过通过终端运行这个,但我收到错误:sudo:apt-get:command not found
解决方法:
apt-get仅适用于基于Debian的系统,如Ubuntu和* buntu. RPM发行版使用各种其他系统,但yum似乎占主导地位.
由于您使用的是Mac,请安装MacPorts.您需要先安装XCode,然后在注册(免费)后可以从Apple获得.