I'm on Centos 7. I was running anaconda, but mysql connector doesnt play nice with anaconda. So, after installing the MySQLconnector rpm, I removed anaconda and installed the official Python 3.5. Python 2.7 can find and use mysql connector, but python 3.5 cannot. Is there anyway I can force python 3.5 to find it? I'm not familiar with packages not working right out of the box.
As a side note, python 3.5 installed itself under /usr/local/lib which seems like an odd place.
As a side note, python 3.5 installed itself under /usr/local/lib which seems like an odd place.