Codecrafters - Issue while setting up with Python. ping command not found

trying this command listed in setup.

``curl -fsSL ``https://codecrafters.io/install.sh`` | bashcodecrafters ping``

Still not working.

Hey @learning-dev, It’s likely you installed an older version of the CodeCrafters CLI via Homebrew . Could you try removing it with:

brew remove codecrafters

Then reinstall using the instructions on the setup page and try again. Let me know if this still doesn’t work.

Yes, this worked. Thank you. @andy1li