Clear steps to install pymacs with emacs 24?

前端 未结 3 2093
我在风中等你
我在风中等你 2020-12-05 16:45

I want autocompletion and refactoring in emacs with python.

I gather that I need rope to do this. To do this with emacs, I need ropemacs. Ropmacs depends on pyma

3条回答
  •  时光说笑
    2020-12-05 17:31

    I think the easiest way to install ropemacs is to use el-get: M-x el-get-install ropemacs. It installs and build Pymacs, rope and ropemacs. I know that it works on Linux. See the el-get document for more information. (disclaimer: I wrote the installation recipe for el-get so obviously I am biased to my solution)

    The difference from the solution using pip is that it setups the Emacs side of Pymacs correctly.

提交回复
热议问题