-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when install: env: can't execute 'bash': No such file or directory #273
Comments
similiar issue here: helm plugin install https://github.com/hypnoglow/helm-s3.git
bash: $: command not found... has anybody found a solution? |
in case this helps anybody, I just cloned this git repo and did a |
What is your context? Where do you install the plugin? The bash is currently required to run the installation script. We might consider making it work on posix shell instead of requiring bash. |
I just did it again (I'm running OSX) and it seems to be ok: helm plugin install https://github.com/hypnoglow/helm-s3.git node system at kube dev-hmaciases at 20:35:02
Downloading and installing helm-s3 v0.15.1 ...
Checksum is valid.
Installed plugin: s3 |
After #262 the bash is not required. As the last comment states that it seems to be ok already, I'm closing this. |
Hi,
I want to install helm plugin by using:
helm plugin install https://github.com/hypnoglow/helm-s3.git.
I have this error:env: can't execute 'bash': No such file or directory
With this command the same error:
/bin/sh -c "helm plugin install https://github.com/hypnoglow/helm-s3.git"
The text was updated successfully, but these errors were encountered: