Skip to content

Commit

Permalink
fix: do not upgrade pip to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyXiang committed Aug 3, 2024
1 parent 487a5c1 commit 8fed54e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ VIRTUALENV=".venv"
# create virtual environment
virtualenv --system-site-packages $VIRTUALENV
source $VIRTUALENV/bin/activate
pip3 install -U pip
# install basic packages
pip3 install -r $APPDIR/requirements.txt
# install forked version of efb-wechat-slave
Expand All @@ -23,7 +22,6 @@ pip3 install "aiocqhttp~=1.4.3" "quart~=0.17.0" "pilk~=0.0.2"
pip3 install --no-deps -e git+https://github.com/ehForwarderBot/efb-qq-plugin-go-cqhttp.git@2f19735#egg=efb-qq-plugin-go-cqhttp
sed -i '/^Requires-Dist/d' $VIRTUALENV/lib/python3*/site-packages/efb_qq_plugin_go_cqhttp-*.dist-info/METADATA
# deactivate virtual environment
pip3 uninstall -y pip wheel
deactivate

popd > /dev/null
Expand Down

0 comments on commit 8fed54e

Please sign in to comment.