andrewkroh / gvm

Go Version Manager (written in Go for cross-platform usability)
Apache License 2.0
186 stars 24 forks source link

Change default macOS install directory #7

Closed watson closed 6 years ago

watson commented 6 years ago

The README suggests installing gvm under ~/bin, but this folder is not a folder that exists normally under macOS unfortunately.

In macOS it's instead normal to install user supplied binaries under /usr/local/bin. This folder should be in the PATH by default, so defaulting to this instead of ~/bin would make it easier to use the tool under macOS IMHO.