Re: Fumbling with emacs + elpy + flake8

2018-09-15 Thread Martin Schöön
Den 2018-09-14 skrev Toni Sissala : > I'm on Ubuntu 16.04. I found out that flake8 did not play well with > emacs if installed with --user option, nor when installed in a virtual > environment. Didn't research any further, since I got it working with > plain pip3 install flake8 > Toni, your

Re: Fumbling with emacs + elpy + flake8

2018-09-15 Thread Martin Schöön
Den 2018-09-13 skrev Brian Oney : > Hi Martin, > > I have messed around alot with the myriad emacs configurations out > there. I found spacemacs and threw out my crappy but beloved .emacs > config. I have looked back, but will stay put. http://spacemacs.org/ > Thanks Brian but not the answer I

Re: Fumbling with emacs + elpy + flake8

2018-09-14 Thread Toni Sissala
I'm on Ubuntu 16.04. I found out that flake8 did not play well with emacs if installed with --user option, nor when installed in a virtual environment. Didn't research any further, since I got it working with plain pip3 install flake8 Do you see any error messages? Toni On 13.9.2018

Re: Fumbling with emacs + elpy + flake8

2018-09-13 Thread Brian Oney via Python-list
Hi Martin, I have messed around alot with the myriad emacs configurations out there. I found spacemacs and threw out my crappy but beloved .emacs config. I have looked back, but will stay put. http://spacemacs.org/ Fumbling is a nice word. Spacemacs caters to lots of programmers. I can

Fumbling with emacs + elpy + flake8

2018-09-13 Thread Martin Schöön
I am trying to set up emacs for Python coding on my secondary computer. I follow these instructions but fail to make flake8 play with elpy: https://realpython.com/emacs-the-best-python-editor/#elpy-python-development I have done this some time in the past on my main computer and there it works