manyone commited on
Commit
9dae5fb
·
verified ·
1 Parent(s): eeb4056

Update webui.bat

Browse files
Files changed (1) hide show
  1. webui.bat +1 -1
webui.bat CHANGED
@@ -1,7 +1,7 @@
1
  @echo off
2
 
3
  IF NOT EXIST venv (
4
- python3.10 -m venv venv
5
  ) ELSE (
6
  echo venv folder already exists, skipping creation...
7
  )
 
1
  @echo off
2
 
3
  IF NOT EXIST venv (
4
+ python -m venv venv
5
  ) ELSE (
6
  echo venv folder already exists, skipping creation...
7
  )