Failed to install helm
Open
Nobody has claimed this yet.
- Dominant language
- Makefile
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
when running make, I got the following error:
Preparing to install helm into /home/katya.govorkova/miniconda3-tmp/bin/
helm installed into /home/katya.govorkova/miniconda3-tmp/bin//helm
helm not found. Is /home/katya.govorkova/miniconda3-tmp/bin/ on your $PATH?
Failed to install helm
For support, go to https://github.com/helm/helm.
make: *** [Makefile:65: install-helm] Error 1
Once I've added miniconda3 to the PATH, the installation worked
PATH=$PATH:/home/katya.govorkova/miniconda3-tmp/bin/
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the install-helm target around Makefile:65 and reproduce the failure with make. Check how the installed Helm path is located and verify the target succeeds without manually adding miniconda3-tmp/bin/ to PATH.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100