[code-quality] FreeBSD installation of pylint3

Ian Cordasco graffatcolmingov at gmail.com
Mon Oct 12 22:22:14 CEST 2015


On Mon, Oct 12, 2015 at 3:04 PM, Jeff Quast <contact at jeffquast.com> wrote:
> The version of pip used matches the version of python it installs for.
>
> Use “pip3” or “pip3.5” or whatever is more suitable instead of “pip”.

I've actually found it most reliable to do:

$ python3.5 -m pip install pylint (and other packages)


More information about the code-quality mailing list