Better error handling during install/update

This commit is contained in:
oobabooga 2023-09-28 13:56:15 -07:00
parent 85f45cafa1
commit 822ba7fcbb
4 changed files with 14 additions and 18 deletions

View file

@ -23,7 +23,4 @@ source "$CONDA_ROOT_PREFIX/etc/profile.d/conda.sh" # otherwise conda complains a
conda activate "$INSTALL_ENV_DIR"
# update installer env
python one_click.py --update
echo
echo "Done!"
python one_click.py --update && echo -e "\nDone!"