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/
when running
make, I got the following error:Once I've added
miniconda3to thePATH, the installation worked