I am trying to setup http://hide1713.wordpress.com/2009/01/30/setup-perfect-python-environment-in-emacs/
I have steps 1 to 3 that work fine.
Then I will go to section 4: Setup Rope, Ropemacs, and Pymacs.
We need the latest version of Rope and Ropemacs. Otherwise, emacs cannot find the rope termination function. I just copy the paste from the Ryans website. Here you can find the original message
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
I am running GNU Emacs 22.0.97.1 on OS 10.4.11
I tried to run this through the terminal, but I got an error: sudo: apt-get: command not found
source share