Du skal tvinge pip
for at bruge standardindstillingerne for lokalisering. I stedet for:
pip install mysql-python
gør:
LC_ALL=C pip install mysql-python
Hvis du støder på en error: Python.h: No such file or directory
, så skal du installere et ekstra bibliotek:
yum install python-devel