Hi
I tried to install anaconda3 to M2 Mac. However, I failed to isntall.
1, I downloaded Mac “Python 3.10の64-Bit(M1) Command Line Installe”
2, run `zsh ~/Downloads/Anaconda3-2023.03-1-MacOSX-arm64.sh
3, this error ocurred
% zsh ~/Downloads/Anaconda3-2023.03-1-MacOSX-arm64.sh
Welcome to Anaconda3 2023.03-1
In order to continue the installation process, please review the license
agreement.
Please, press ENTER to continue
>>>
==================================================
End User License Agreement - Anaconda Distribution
==================================================
Copyright 2015-2023, Anaconda, Inc.
All rights reserved under the 3-clause BSD License:
This End User License Agreement (the "Agreement") is a legal agreement between you and Anaconda, Inc. ("Anaconda") and governs your use of Anaconda Distribution (which was formerly known as Anaconda Individual Edition).
Subject to the terms of this Agreement, Anaconda hereby grants you a non-exclusive, non-transferable license to:
* Install and use the Anaconda Distribution (which was formerly kno
wn as Anaconda Individual Edition),
Do you accept the license terms? [yes|no]
[no] >>> yes
Anaconda3 will now be installed into this location:
/Users/my_user_name/anaconda3
- Press ENTER to confirm the location
- Press CTRL-C to abort the installation
- Or specify a different location below
[/Users/my_user_name/anaconda3] >>>
PREFIX=/Users/my_user_name/anaconda3
Unpacking payload ...
Installing base environment...
Downloading and Extracting Packages
Downloading and Extracting Packages
Preparing transaction: done
Executing transaction: \
done
how should I do?