emacs - elpy with Winpython: how to configure? -
i'm trying setup elpy emacs on windows system, on i'm using winpython 3.4.3.
i have installed dependencies such rope, flake8, etc... using pip. when type m-x elpy-config
in emacs, "neither easy_install nor pip found".
if run (executable-find "python")
correct path winpython installation.
what might problem?
on windows 7 emacs 24.5 , python 2.7 worked me include actual directory containing pip (scripts) in exec-path
; using m-x customize-variable exec-path
. apparently, including directory of python executable not enough.
Comments
Post a Comment