Update install.sh

This commit is contained in:
Mr Chen 2024-10-01 12:24:34 +08:00
parent c4ebfff55e
commit ecd455ab21
1 changed files with 5 additions and 0 deletions

View File

@ -71,6 +71,11 @@ Install_pgadmin()
cd $PG_DIR && python3 -m venv .
fi
fi
if [ -f ${PG_DIR}/bin/activate ];then
source ${PG_DIR}/bin/activate
fi
VER=$1