We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I tried below lines sequentially on git bash:-
git clone https://github.com/jenv/jenv.git ~/.jenv
echo 'export PATH="$HOME/.jenv/bin:$PATH"' >> ~/.bash_profile
echo 'eval "$(jenv init -)"' >> ~/.bash_profile
But again when I tried jenv add, it says:- bash: jenv: command not found And also when I close and re-open gitbash , I get below error on start up:-
/c/Users/id/.jenv/bin/jenv: line 1: ../libexec/jenv: No such file or directory
Can you please let me know which step I am missing?
I tried below lines sequentially on git bash:-
git clone https://github.com/jenv/jenv.git ~/.jenv
echo 'export PATH="$HOME/.jenv/bin:$PATH"' >> ~/.bash_profile
echo 'eval "$(jenv init -)"' >> ~/.bash_profile
But again when I tried jenv add, it says:-
bash: jenv: command not found
And also when I close and re-open gitbash , I get below error on start up:-
/c/Users/id/.jenv/bin/jenv: line 1: ../libexec/jenv: No such file or directory
Can you please let me know which step I am missing?