Как установить путь openssl@1.1 на Mac zsh
# This one worked perfect
# you can always check first
$ whcih openssl # before and after
$ echo 'export PATH="/usr/local/opt/openssl@1.1/bin:$PATH"' >> ~/.zshrc
Blue-eyed Bug