-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Hi,
When running the installer on a naked EC2 Instance, I'm getting this error while installing:
#######################################>
# Installing Helm
#######################################>
Downloading https://get.helm.sh/helm-v3.3.4-linux-amd64.tar.gz
Verifying checksum... Done.
Preparing to install helm into /usr/local/bin
helm installed into /usr/local/bin/helm
helm not found. Is /usr/local/bin on your $PATH?
Failed to install helm
For support, go to https://github.com/helm/helm.
[root@ip-10-54-32-26 ~]# which helm
/usr/bin/which: no helm in (/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
[root@ip-10-54-32-26 ~]# echo $PATH
/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
[root@ip-10-54-32-26 ~]#
So helm is getting installed in /usr/local/bin but this is not within the PATH on a fresh ec2 with amazon linux on it.
A possible workaround would be adding the path variable before running the installation
PATH=/usr/local/bin:$PATH
Metadata
Metadata
Assignees
Labels
No labels