Can't reinstall cURL to my MacBook Pro
My computer lost curl during python uninstallation, and now I can't reinstall curl to my computer.
[Re-Titled by Moderator]
MacBook Pro 16″, macOS 15.1
You can make a difference in the Apple Support Community!
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
My computer lost curl during python uninstallation, and now I can't reinstall curl to my computer.
[Re-Titled by Moderator]
MacBook Pro 16″, macOS 15.1
ngocphat Said:
"Lost default curl: My computer lost curl during python uninstallation, and now I can't reinstall curl to my computer."
-------
Unistall Python Properly:
Reinstall Python, and then try uninstalling it, once more. See here: How to Uninstall Python on a Mac - MacUpdate
FYI, curl is built into macOS and resides on the signed & sealed read-only system volume so the version of curl which ships with macOS is still there. If you installed Python using Homebrew instead of directly from the Python website, then your PATH variable is probably broken & still pointing to the Homebrew installations. It is best to avoid using Homebrew unless you are willing to fix things Homebrew breaks.
FYI, if you want to install Python on macOS, the do so from the actual Python website:
hmmmm....smells like homebrew
Can't reinstall cURL to my MacBook Pro