Skip to content

Commit

Permalink
Update lib.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jul 3, 2024
1 parent 3ce92f2 commit eee5881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ fi

if [ ! -f /www/server/mdserver-web/bin/activate ];then
if version_ge "$P_VER" "3.11.0" ;then
echo "python3 > 3.10"
echo "python3 > 3.11"
cd /www/server/mdserver-web && python3 -m venv /www/server/mdserver-web
else
echo "python3 < 3.10"
Expand Down

0 comments on commit eee5881

Please sign in to comment.