Browse Source

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

pull/8603/head
huangzhiwen 2 years ago committed by Jiangjie.Bai
parent
commit
0eaca0c1cb
  1. 2
      requirements/mac_pkg.sh

2
requirements/mac_pkg.sh

@ -3,7 +3,7 @@ BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
PROJECT_DIR=$(dirname "$BASE_DIR")
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 数据库"
ip_db_path="${PROJECT_DIR}/apps/common/utils/geoip/GeoLite2-City.mmdb"

Loading…
Cancel
Save