doppioslash
2016-1-28 14:22:08

irc seems to be the place where everyone is


lexi.lambda
2016-1-28 15:01:17

mhmm… there are some people here, but you’ll likely get a better answer on IRC


lexi.lambda
2016-1-28 15:08:30

oh, by the way, @doppioslash, I got a comment reply on the GH issue I opened for the problem you were having, and I never got a chance to test it out


lexi.lambda
2016-1-28 15:08:44

if you’re still interested, here’s the link: https://github.com/racket/racket/issues/1180#issuecomment-169496972


doppioslash
2016-1-28 15:10:01

cool, thanks lexi.lambda :simple_smile:


lexi.lambda
2016-1-28 15:11:40

if it turns out that the launchers are getting installed, but they’re getting installed into a strange place, then it might be reasonable to update the homebrew formula to either adjust that or at least document in the caveats where they end up


doppioslash
2016-1-28 15:12:59
$ racket -e '(require setup/dirs) (displayln (path->string (find-user-gui-bin-dir))) (for-each displayln (directory-list (find-user-gui-bin-dir)))'
/Users/doppioslash/Library/Racket/6.3/
directory-list: could not open directory
  path: /Users/doppioslash/Library/Racket/6.3/
  system error: No such file or directory; errno=2
  context...:
   /usr/local/Cellar/racket/6.3/share/racket/collects/racket/private/kw-file.rkt:137:4: directory-list

doppioslash
2016-1-28 15:13:29

it seems it’s not finding them?


lexi.lambda
2016-1-28 15:24:48

Hmm, good to know. I’d post that error message in that thread, and I might try to look into it more myself when I get some time.


lexi.lambda
2016-1-28 15:25:08

Ah, you just posted it. Already ahead of me. :simple_smile: