Re: [racket-users] Re: OSX racket install problem - "sudo racket" works, but running as a user fails...

2018-01-22 Thread Scott
Yes - it was (of course) "pilot error"! I had installed racket some years ago, and forgot I had env variables set, and that they would be under PLT*. Thanks for everyone's time and the folks over @ racket.slack.com! -- You received this message because you are subscribed to the Google Groups "

Re: [racket-users] Re: OSX racket install problem - "sudo racket" works, but running as a user fails...

2018-01-22 Thread Ben Greenman
The issue was with environment variables. The user account had some PLT variable set. Running as root un-set the variables that were causing the trouble. On Mon, Jan 22, 2018 at 11:51 AM, Robert X wrote: > I install on MacOS using the .dmg download. I put it in /Users//Racket > and I add that loc

[racket-users] Re: OSX racket install problem - "sudo racket" works, but running as a user fails...

2018-01-22 Thread Robert X
I install on MacOS using the .dmg download. I put it in /Users//Racket and I add that location to my PATH. Everything works. That sounds like there is something in the path that root owns. I am not familiar with installing it through homebrew. -- Bob On Thursday, January 18, 2018 at 4:38:54 P

Re: [racket-users] Re: OSX racket install problem - "sudo racket" works, but running as a user fails...

2018-01-21 Thread Stephen De Gabrielle
Hi Scott, Did you identify the issue? Were you able to resolve ti? Kind regards, Stephen On Thu, Jan 18, 2018 at 9:40 PM, Scott Watson wrote: > Also, I've tried both: > > brew cask install racket > and > brew install racket > > > On Thursday, January 18, 2018 at 1:38:54 PM UTC-8, Scott Wats

[racket-users] Re: OSX racket install problem - "sudo racket" works, but running as a user fails...

2018-01-18 Thread Scott Watson
Also, I've tried both: brew cask install racket and brew install racket On Thursday, January 18, 2018 at 1:38:54 PM UTC-8, Scott Watson wrote: > > Here's what I see... any ideas? > > I've been running it under dtruss/dtrace to try and spot what is > different, but so far no luck. > > If ru