Filed under

#mysql

Posts

MySQL and Python on OSX

Because I rarely use MySQL nowadays and because how often do you set up a new machine, this is a reminder to myself on how to get mysql-python installed in a virtualenv

  1. Add /usr/local/mysql/bin to your path (permanently in your .profile)
  2. If …
Read the full piece