Posts Tagged ‘osx’

Lisp on OSX

Friday, May 15th, 2009

Just a link to a page.. Got me started with barely any trouble (just make sure you know how to read a .emacs file – I learned on the fly on his page, it wasn’t too tricky).

http://www.david-steuber.com/Lisp/OSX/

Installing the mysql gem on OSX

Friday, April 17th, 2009

Taken straight from this blog

in a terminal.. First do a ‘locate mysql_config’ and then replace the path in the following command with where that file is.

$ sudo gem install mysql — –with-mysql-config=/usr/local/mysql/bin/mysql_config
Building native extensions. This could take a while…
Successfully installed mysql-2.7
1 gem installed