O caminho a percorrer foi
-
inicie o CMD (admin), CD para o caminho de instalação do python3
D:\Program Files\Python35>python.exe Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22:18:55) [MSC v.1900 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> quit()
(começou python apenas para verificar a versão do python)
-
use (python3) pip do CMD da seguinte forma:
D:\Program Files\Python35>python.exe -m pip install pylint Collecting pylint Using cached pylint-1.7.1-py2.py3-none-any.whl ... Successfully installed astroid-1.5.3 colorama-0.3.9 isort-4.2.15 lazy-object-proxy-1.3.1 mccabe-0.6.1 pylint-1.7.1 six-1.10.0 wrapt-1.10.10