Hi Simon, On Mon, 25 May 2020 at 15:10, Simon McVittie <[email protected]> wrote: > > On Mon, 25 May 2020 at 14:02:22 +0200, Daniel Gomez wrote: > > After installing python3-flake8 package: > > apt-get install python3-flake8 > > > > /usr/bin/flake8 executable is missing. > > That's in the flake8 package. python3-flake8 is just the library part; > it's similar to the relationship between executables and libraries written > in C/C++, such as apt and libapt-pkg6.0. > > smcv
Thanks for the explanation and support. I missed that package: ``` $ dpkg -L flake8 | grep bin /usr/bin /usr/bin/flake8 ``` _______________________________________________ Python-modules-team mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
