This is NOT possible to install python3 into /usr/bin/python3.x on Mac OS X El Capitan anymore as from then on System Integrity Protection prevents that.
my solution is to use the library frameworks path
$ which python3
/Library/Frameworks/Python.framework/Versions/3.5/bin/python3
This is NOT possible to install python3 into /usr/bin/python3.x on Mac OS X El Capitan anymore as from then on System Integrity Protection prevents that.
my solution is to use the library frameworks path
then run below