Python 3 Print Flake8 Problems

10 thoughts
last posted July 16, 2014, 9:11 p.m.

3 earlier thoughts

0

python3 -m flake8 test.py

works whereas

python2 -m flake8 test.py

doesn't. So the problem just seems to be that the flake8 I'm running on command line (and in Atom Editor) is hard-coded to be the Python 2 one.

6 later thoughts