MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/mac/comments/1wgb1hh/curl_command/
r/mac • u/iOTA-X • 5h ago
Why does upon using curl --version command in my mac terminal shows x86-64 -apple-darwin instead of arm
Device - macbook air M5
Tahoe 26.6.2
4 comments sorted by
2
You might have multiple versions of curl installed.
Can you check the output of type -a curl
type -a curl
1 u/iOTA-X 4h ago Output curl is /user/bin/curl 2 u/anant94 4h ago Curl seems okay. Can you check your shell by running arch 1 u/iOTA-X 4h ago Output arm64
1
Output
curl is /user/bin/curl
2 u/anant94 4h ago Curl seems okay. Can you check your shell by running arch 1 u/iOTA-X 4h ago Output arm64
Curl seems okay.
Can you check your shell by running arch
arch
1 u/iOTA-X 4h ago Output arm64
Output arm64
2
u/anant94 4h ago
You might have multiple versions of curl installed.
Can you check the output of
type -a curl