Skip to content
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

Closed
myrondev opened this issue May 30, 2023 · 5 comments
Closed
Labels

Comments

@myrondev
Copy link

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"

@horacimacias
Copy link

similiar issue here:

helm plugin install https://github.com/hypnoglow/helm-s3.git
bash: $: command not found...

has anybody found a solution?

@horacimacias
Copy link

in case this helps anybody, I just cloned this git repo and did a helm plugin install .which seems to work

@hypnoglow
Copy link
Owner

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.

@horacimacias
Copy link

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

@hypnoglow
Copy link
Owner

After #262 the bash is not required.

As the last comment states that it seems to be ok already, I'm closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants