fix: 解决mac m1 pip install pymssql报错问题

pull/8603/head
huangzhiwen 2022-07-15 14:54:56 +08:00 committed by Jiangjie.Bai
parent 8824b6b54e
commit 0eaca0c1cb
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
PROJECT_DIR=$(dirname "$BASE_DIR") PROJECT_DIR=$(dirname "$BASE_DIR")
echo "1. 安装依赖" echo "1. 安装依赖"
brew install libtiff libjpeg webp little-cms2 openssl gettext git git-lfs mysql libxml2 libxmlsec1 pkg-config postgresql freetds brew install libtiff libjpeg webp little-cms2 openssl gettext git git-lfs mysql libxml2 libxmlsec1 pkg-config postgresql freetds openssl
echo "2. 下载 IP 数据库" echo "2. 下载 IP 数据库"
ip_db_path="${PROJECT_DIR}/apps/common/utils/geoip/GeoLite2-City.mmdb" ip_db_path="${PROJECT_DIR}/apps/common/utils/geoip/GeoLite2-City.mmdb"