How do I get started?

Hi Community Support People,
I’m unsure as to how even really begin with this as I have installed the package but when I try to use the fly auth command my system does not recognize the command exists. I have the path it was installed and then it wants me to manually add the directory to my $HOME/.bash_profile. Then export FLYCTL_INSTALL=“/home/username/.fly” and then export PATH=“$FLYCTL_INSTALL/bin:$PATH”

Hi… Changes to .bash_profile don’t take effect until you launch a new login shell, so that may be the problem.

Try the following:

$ bash --login
> ls "${FLYCTL_INSTALL:-missing-env-var}/bin"
> command -v flyctl
> command -v fly
> uname -a

Added flyctl

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