Install Python3 and pip3 on Mac OS X

preview_player
Показать описание
I'm getting tired of the long server restarts and broken shell connections when developing on the Raspberry Pi. I was able to get Pipulate to run native on Windows, so why not Mac? Here is a looooong video working through the nuances.
Рекомендации по теме
Комментарии
Автор

>>> sudo easy_install pip
File "<stdin>", line 1
sudo easy_install pip
^
SyntaxError: invalid syntax

What's the matter with my installing pip?

victorchen
Автор

No local packages or download links found for pip
error: Could not find suitable distribution for Requirement.parse('pip')

HELP ME

tojotaco
Автор

Does anyone have the pipulate.py File? I need to complete everything and it doesn’t come with the git hub url

litheomterrobyte
Автор

(mac) after installing python3.x from python website.
type into mac terminal:
sudo easy-install-3.[x] pip

pip3.[x] install [your package]

alexz