Posts

Showing posts with the label mac

Changing you Mac's hostname

To check your curent host name type: $ hostname To change the host name type: $ sudo scutil --set HostName lol.local

MySQL Mac and Python

I used MySQL dmg file to install MySQl and then the installation of python-mysqldb started failing. This is beacuse mac installation of mysql puts the config file in a non standard folder. Two ways to go about it. Either install mysql from source or use the tip on: http://blog.infoentropy.com/MySQL-python_EnvironmentError_mysql_config_not_found