I'm trying to install pygame on my mac. I'm running OSX El Capitan 10.11.5. When i try installing pygame via pip3:
pip3 install pygame
It comes out with this error
-bash: /usr/local/bin/pip3: /usr/local/opt/python3/bin/python3.5: bad interpreter: No such file or directory
I have checked that pip3 is actually installed by typing
which pip3 -version
/usr/local/bin/pip3
I am at a total loss and it's confusing me quite a bit.. Am i doing it wrong?