Remove flyctl on MacOS?

Apparently, I’m using a super old version of flyctl, 0.0.509, fly version update seems to work but actually does nothing (download happens but nothing installs). So I’m just going to remove fly and install the latest, but I don’t know how. There is a topic here about uninstalling with powershell but I can’t seem to remove it on Mac. I didn’t install with homebrew, I’ve already removed the .fly folder.

What do you get when you run:

which flyctl

I suspect that somehow you managed to install two copies of flyctl, and the older one is first in your PATH. Delete it (using the rm comand is fine), and do the same with fly if it is in the same directory.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.