Open Shardj opened 5 years ago
You could install the binary rather than building from source:
gvm install go1.12.5 -B
OSX users should see if these steps https://github.com/moovweb/gvm/issues/307#issuecomment-432909339 fix their Issues.
Likely this Issue can be Closed, as this issue is mentioned in the README. https://github.com/moovweb/gvm#a-note-on-compiling-go-15
I'm going to be taking over as maintainer of this project and would like some feedback from the community. How would you feel about having binary install as the default and adding a -S flag to install from source?
Today I used gvm install go1.14.2 -B
and this work well. Because I tried to use gvm install go1.14.2
but this was taking looong time and does not finished. I want to understand why. Thanks for all!
@SamZapata It takes a long time because it tries to build a binary using the Golang sourcecode.
On the other hand, -B
downloads a pre-built binary.
gvm install go1.12.5 -B does not work on Mac
It worked finnaly, I had to deal with this error https://stackoverflow.com/questions/35009531/xcrun-error-active-developer-path-applications-xcode-app-contents-developer I used sudo xcode-select --reset
gvm install go1.12.5 -B does not work on Mac
There is solution that worked for me https://github.com/moovweb/gvm/issues/385#issuecomment-1030190550
Running
gvm install go1.12.6
(or any version) gets meThe log gives me