Checklist
What happened?
Windows - PYTHON from webui-user.bat is ignored, resulting in a failed installed for pretty much any rig that is running up to date Python installs. The install process wants to use system Python, even when correct version is also installed. Adding the following to webui.bat gets around this issue:
set PYTHON="X:\path-to-your-3.10.6\python.exe"
Ignoring things set (historically) in webui-user.bat things is confusing, especially when not documented or presented with proper configuration methods used.
Steps to reproduce the problem
- Download latest zip.
- Run `webui-user.bat
What should have happened?
Install process should respect variable set in install script...
What browsers do you use to access the UI ?
No response
Sysinfo
No.
Console logs
Additional information
No response
Checklist
What happened?
Windows - PYTHON from
webui-user.batis ignored, resulting in a failed installed for pretty much any rig that is running up to date Python installs. The install process wants to use system Python, even when correct version is also installed. Adding the following towebui.batgets around this issue:Ignoring things set (historically) in
webui-user.batthings is confusing, especially when not documented or presented with proper configuration methods used.Steps to reproduce the problem
What should have happened?
Install process should respect variable set in install script...
What browsers do you use to access the UI ?
No response
Sysinfo
No.
Console logs
Additional information
No response