79689329

Date: 2025-07-03 18:39:04
Score: 4
Natty:
Report link

Not sure if it's too late, I have similar issue. It's because the installed aws executable is not in executables path, you can do either of:

Option#1: create sym link

sudo ln -s /Users/fr/.local/lib/aws/bin/aws /usr/local/bin/aws

Option#2: Add path to zshrc file

echo 'export PATH=/Users/fr/.local/lib/aws/bin/:$PATH' >> ~/.zshrc

source ~/.zshrc

Reasons:
  • Blacklisted phrase (1): I have similar
  • No code block (0.5):
  • Me too answer (2.5): I have similar issue
Posted by: KiranM