Installing MySQLdb on Mac OS X

前端 未结 4 868
醉酒成梦
醉酒成梦 2020-12-15 10:39

I\'ve spent several hours trying to install MySQLdb (the Python library) on Mac OS X Snow Leopard. I\'m using these instructions from SO. I keep getting an error, so I\'ve t

4条回答
  •  星月不相逢
    2020-12-15 11:28

    try this in .bashrc or .bash_profile

    PATH="/usr/local/mysql/bin:${PATH}"
    export PATH
    export DYLD_LIBRARY_PATH=/usr/local/mysql/lib/
    export VERSIONER_PYTHON_PREFER_64_BIT=no
    export VERSIONER_PYTHON_PREFER_32_BIT=yes
    

提交回复
热议问题