On Mon, Oct 12, 2015 at 3:04 PM, Jeff Quast <cont...@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)
_______________________________________________
code-quality mailing list
code-quality@python.org
https://mail.python.org/mailman/listinfo/code-quality

Reply via email to