Merge remote-tracking branch 'origin/master' into 6.0.x

This commit is contained in:
WILLIAM CHENG
2021-10-23 10:16:27 +08:00
48 changed files with 336 additions and 329 deletions

View File

@@ -11,7 +11,7 @@ export LANG=en_US.UTF-8
### set virtualenv
if [ -z "$VIRTUAL_ENV" ]; then
virtualenv $VENV --no-site-packages --always-copy --python python3.6
virtualenv $VENV --always-copy --python python3
source $VENV/bin/activate
DEACTIVE=true
fi