Python 3 Print Flake8 Problems

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

9 earlier thoughts

0

In summary, if you develop with both Python 2 and Python 3 and want to use flake8:

  • don't install flake8 at global site-packages level
  • always use virtual environments
  • if you use Atom Editor with flake8 support, always start up atom from within the virtual environment