sourcegraph/thyme

MacOs installation

zinking opened this issue · 4 comments

zk:~/ $ go get -u github.com/sourcegraph/thyme/cmd/thyme                                                                                                                              [16:16:54]
zk:~/ $ thyme dep                                                                                                                                                                     [16:17:08]
zsh: command not found: thyme

OSX mavericks with Go 1.7

and what brew found is the one which has name collision

Go installs binaries to $GOPATH/bin/<program>. I think brew sets GOPATH to ~/go? Otherwise you can set it to where ever. You'll also need to add $GOPATH/bin to your PATH in order for zsh to find your installed Go programs.

thanks for the help. more questions after that.

  1. thyme under bin folder has permission 111 but can't be ran when directly type thyme dep could be triggered to run using ./thyme
  2. some more configs to come, which I don't know how to grant privilege to console or thyme
You will need to enable privileges for "Terminal" in System Preferences > Security & Privacy > Privacy > Accessibility.
See https://support.apple.com/en-us/HT202802 for details.
  1. maybe $GOPATH/bin isn't in your PATH?
  2. follow those instructions

On Tue, Aug 23, 2016 at 1:34 PM zhenw notifications@github.com wrote:

thanks for the help. more questions after that.

  1. thyme under bin folder has permission 111 but can't be ran when
    directly type thyme dep could be triggered to run using ./thyme
  2. some more configs to come, which I don't know how to grant privilege to
    console or thyme

You will need to enable privileges for "Terminal" in System Preferences > Security & Privacy > Privacy > Accessibility.
See https://support.apple.com/en-us/HT202802 for details.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#65 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAmr8zHR9aev2_IscV1VSFBG5rhpxwDiks5qimpDgaJpZM4JpnV-
.

okay, my problem is I think rhyme needs to pass in order to carry on.
this is confusing. but obviously reading carefully would avoid