I am a linux user switching to Mac for work. The first problem I’ve encountered is with aws-cli
, the mere execution of which takes about 4 seconds:
time aws --version
returns
aws-cli/2.17.2 Python/3.11.8 Darwin/23.4.0 exe/x86_64
aws --version 0.52s user 0.70s system 31% cpu 3.875 total
I’m running a fresh macOS Sonoma 14.4 on MacBook Air M2 16GB. I’ve installed aws-cli
using GUI installer from https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html Installation “for the current user” failed, so I installed it “for all users”.
After linux, on which it was instantaneous, 4 seconds feels like a torture.
Any help will be appreciated!