I am trying to install GVM on windows via gitbash. When running the curl command, it says that it successfully installs GVM.
When I close the terminal and open a new one, I try running GVM and it says command not found.
I then run source ~/.gvm/scripts/gvm to try and locate it, and when I use the command GVM after that I get this error:
$ gvm
WARNING:
Could not find bison
linux: apt-get install bison
ERROR: Missing requirements.
Does this mean I need to install bison in order to use GVM? I tried installing flex-bison via chocolatey for windows, but I'm guessing it's not recognizing it as bison.
Hi
I am trying to install GVM on windows via gitbash. When running the curl command, it says that it successfully installs GVM.
When I close the terminal and open a new one, I try running GVM and it says command not found. I then run
source ~/.gvm/scripts/gvm
to try and locate it, and when I use the command GVM after that I get this error:Does this mean I need to install bison in order to use GVM? I tried installing flex-bison via chocolatey for windows, but I'm guessing it's not recognizing it as bison.
Any suggestions?