Unable to connect to the server: getting credentials: exec: executable gke-gcloud-auth-plugin not found

export USE_GKE_GCLOUD_AUTH_PLUGIN=True
source ~/.bashrc

gcloud --quiet components install gke-gcloud-auth-plugin
gke-gcloud-auth-plugin --version

kubectl apply -f kubernetes.yml
// Unable to connect to the server: getting credentials: exec: executable gke-gcloud-auth-plugin not found. It looks like you are trying to use a client-go credential plugin that is not installed.

I already tried everything. I am out of options. I followed every step of the update in the documentation. Nothing seems to work.