
irc seems to be the place where everyone is

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

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

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

cool, thanks lexi.lambda :simple_smile:

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

$ 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

it seems it’s not finding them?

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.

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