Skip to content

Commit fdbadad

Browse files
committed
Update start_webui_linux.sh
1 parent 544c77b commit fdbadad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start_webui_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mv config_temp.json config.json
1919

2020
# Checking for Python version
2121
version=$(python3 --version | cut -d " " -f 2)
22-
if [[ "$version" < "3.10.0" ]]; then
22+
if [[ "$version" < "3.10.1" ]]; then
2323
echo "Your version of Python ${version} is not supported. Please install Python 3.10.X"
2424
exit 1
2525
elif [[ "$version" > "3.11.14" ]]; then

0 commit comments

Comments
 (0)