문제

I am mac / Grails noob. I used the GVM to install Groovy and Grails on a Mac. When I do:

admins-MacBook-Pro-5:~ me$ which grails
/Users/me/.gvm/grails/current/bin/grails

I am just wondering why does gvm use a hidden directory and can this cause me any problems?

Thanks.

도움이 되었습니까?

해결책

It's normal, it's a standard practice, and doesn't make any problem.

Configuration files that reside in users' home directories are hidden by default as a means of protecting them from accidental damage or deletion.

From: http://web.archive.org/web/20071017224738/http://bellevuelinux.org/hidden_file.html

Most other development tools use hidden directories too:

> ls -a ~/
.gradle .grails .gvm .ivy2 .lein .m2 .rvm
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top