Start: Rewrite start scripts
Start scripts now don't update dependencies by default due to mishandling caches from pip. Also add dedicated update scripts and save options to a JSON file instead of a text one. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
parent
e66d213aef
commit
7ce46cc2da
7 changed files with 200 additions and 34 deletions
|
|
@ -19,3 +19,5 @@ if exist "%CONDA_PREFIX%" (
|
|||
|
||||
:: Call the python script with batch args
|
||||
call python start.py %*
|
||||
|
||||
pause
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue