No meu terminal MacOS Mojave, eu queria instalar um pacote python com pip. No final, diz:
You are using pip version 10.0.1, however version 18.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Então, eu queria atualizar o pip com o comando fornecido, mas recebi um erro:
Could not install packages due to an EnvironmentError: [Errno 13] Permission denied:
'/Library/Python/2.7/site-packages/pip-18.0-py2.7.egg/EGG-INFO/PKG-INFO'
Consider using the `--user` option or check the permissions.
Eu realmente não entendo o que fazer agora. Também percebi que diz Python 2.7 na mensagem de erro, mas tenho e quero usar apenas python 3.
--user
opção ou verifique as permissões."?