little-angry-clouds / kubernetes-binaries-managers

Kubernetes related binaries manager.
GNU General Public License v3.0
101 stars 11 forks source link

helmenv : error when trying to run helm #19

Closed Pea13 closed 4 years ago

Pea13 commented 4 years ago

Hello,

I have downloaded the latest version of helmenv. I have followed the README to do the installation and i have installed 2 differents versions of helm :

% helmenv list local
3.3.4
3.3.3

But when i try to run helm:

% helm
fork/exec /home/pea/.bin/helm-vauto: no such file or directory

Any ideas ? Regards,

Pea13 commented 4 years ago

I can fix this error if i create a .helm_version file

% echo 3.3.3 > .helm_version
% helm version
version.BuildInfo{Version:"v3.3.3", GitCommit:"55e3ca022e40fe200fbc855938995f40b2a68ce0", GitTreeState:"clean", GoVersion:"go1.14.9"}
alexppg commented 4 years ago

@Pea13 It sounds like you still have to set the version with helmenv use 3.3.4. May you try it?

Pea13 commented 4 years ago

You're right ! Thank you for the tips ! Regards,