1

i install gvm bash at a MAC PC,via following :

curl -s get.gvmtool.net | bash

When i run this command :

gvm install grails 2.2.3

i get the following error message :

mkdir :/Users/abdennour/.gvm/archives Permission denied

UPDATE:

Known that , sudo gvm does not work and it return :

gvm  command not found
Kara
  • 6,115
  • 16
  • 50
  • 57
Abdennour TOUMI
  • 87,526
  • 38
  • 249
  • 254

1 Answers1

0

You must uninstall all and re install GVM. Then run

gvm install grails 
ScottJShea
  • 7,041
  • 11
  • 44
  • 67
Agus
  • 1