Wie installiere ich PIL auf Python 3.5 auf einem Mac?

Ich bin sehr neu in Python-Installationen und versuche, PIL zu installieren. Ich habe das Gefühl, dass sie im falschen Verzeichnis installiert werden. PIP scheint gut installiert zu sein.

Pycharm sagt

Try to run this command from the system terminal. Make sure that you
use the correct version of 'pip' installed for your Python interpreter
located at
'/Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5'.

Beim Einchecken im Terminal lautet die Antwort jedoch

Jamess-MacBook-Pro:~ JamesParsons$ pip install Pillow
Requirement already satisfied (use --upgrade to upgrade): Pillow in
/Library/Python/2.7/site-packages

Ist erwähnt auch eine andere Version von Python.

Wie kann PIL am besten installiert werden, wenn Pycharm noch ungelöste Fragen hat?

Antworten auf die Frage(2)

Ihre Antwort auf die Frage