libmysqlclient15-dev on macs?

前端 未结 6 692
名媛妹妹
名媛妹妹 2020-12-01 13:35

Does OSX need an install of libmysqlclient15-dev? I\'m trying to compile a gem that is failing and a lot of sources says to install \"libmysqlclient15-dev\" but I only see t

6条回答
  •  温柔的废话
    2020-12-01 14:30

    I know this is old, but google got me here. So let's say the solution in 2018 for python3 on OSX.

    brew install mysql-client echo 'export PATH="/usr/local/opt/mysql-client/bin:$PATH"' >> ~/.bash_profile source ~/.bash_profile pip install mysqlclient

提交回复
热议问题