在mac的终端安装wget后,出现报错,一开始是找不到wget,在.bash_profile修改路径后,出现以下报错
(base) sun@min ~ % wget
dyld[33895]: Library not loaded: '@rpath/libcrypto.1.1.dylib'
Referenced from: '/opt/miniconda3/pkgs/wget-1.21.3-h6dfd666_0/bin/wget'
Reason: tried: '/opt/miniconda3/pkgs/wget-1.21.3-h6dfd666_0/bin/../lib/libcrypto.1.1.dylib' (no such file), '/opt/miniconda3/pkgs/wget-1.21.3-h6dfd666_0/bin/../lib/libcrypto.1.1.dylib' (no such file), '/usr/local/lib/libcrypto.1.1.dylib' (no such file), '/usr/lib/libcrypto.1.1.dylib' (no such file)
zsh: abort wget
(base) sun@min ~ %