Better error handling during install/update
This commit is contained in:
parent
85f45cafa1
commit
822ba7fcbb
4 changed files with 14 additions and 18 deletions
|
|
@ -28,10 +28,10 @@ set "CUDA_HOME=%CUDA_PATH%"
|
|||
call "%CONDA_ROOT_PREFIX%\condabin\conda.bat" activate "%INSTALL_ENV_DIR%" || ( echo. && echo Miniconda hook not found. && goto end )
|
||||
|
||||
@rem update installer env
|
||||
call python one_click.py --update
|
||||
|
||||
echo.
|
||||
echo Done!
|
||||
call python one_click.py --update && (
|
||||
echo.
|
||||
echo Done!
|
||||
)
|
||||
|
||||
:end
|
||||
pause
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue