You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use sys.executable to determine --pycmd
In some systems, `python` may not correctly refer to the virtual environment's `python` used for webui, or it even refers to Python 2.
Also in Windows, when the webui is run directly through `venv\Scripts\python` without activating the virtual environment, the system python will be picked instead of the one inside virtual environment.
* Remove reduntant "or".
0 commit comments