Closed carlca closed 6 years ago
hmm... I'm not sure. Thanks for writing in. I'll check this out.
While I'm troubleshooting this, I posted a binary, pre-built for OSX. It uses an embedded prelude, so it should be standalone, no other installation required. Give it a try in the meantime.
I had to chmod 755
the binary but it appeared to work ok. Thanks!
gonum did some recent updates, so the build issue was due to version skew--they did breaking changes (renaming functions) without changing their version number. Oh well. I vendored gonum at the release I build against, so that won't be an issue going forward from v1.3.2.
I tried installing 1.3.2 and everything worked. Thanks very much!
I tried installing 1.3.2 and everything worked. Thanks very much!
Great! Thanks for the update.
macOS 10.13.3 High Sierra Golang 1.10 iTerm2 ZSH + Oh My ZHS
Hello, I followed the instructions exactly, but I may have run into difficulties on running
make install
I received this error message:I then tried running
gi
and received the message:zsh: command not found: gi
What am I doing wrong?