Actually I noticed this solution brings a new issue, in that I can’t use this flyctl command via zsh, I have to use the full path from the curl instead. What can I do to once again be able to just type fly or flyctl in the terminal to use flyctl?
I didn’t have a .zshrc file so I had to create it but now I get permission denied when I try to cd to it. I opened it and wrote export PATH="~/.fly/bin:$PATH" inside the file but nothing changed. Can you give me more explicit commands I could try?
In your .zshrc file, could you try removing the double quotes, so it just reads export PATH=~/.fly/bin:$PATH? Then try restarting the terminal again - does the same error still show?