Better error handling during install/update
This commit is contained in:
parent
85f45cafa1
commit
822ba7fcbb
4 changed files with 14 additions and 18 deletions
|
@ -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!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue