1

I would like to use the R console through radian. I thought the way to do this is to install the radian package, and then, typing radian would start R through radian, per the instructions on the radian README:

# install released version
pip3 install -U radian
# to run radian
radian

But, when I try to "launch" radian, I get a -bash: radian: command not found message.

My session information is summarized in this Gist.

My question is, how do I correctly install radian so I can use its console for R?

wjandrea
  • 28,235
  • 9
  • 60
  • 81
  • 2
    Sorry, what do you need help with exactly? Like, do you know how to troubleshoot this? Did you see that warning where it says `pygmentize` is being installed in a directory that's not in the `PATH`? That might be related. Please read [How to ask a good question](/help/how-to-ask). You can [edit] to clarify. – wjandrea Feb 07 '23 at 15:24
  • This may have more to do with the fruit than the programs involved. https://apple.stackexchange.com/ – tevemadar Feb 07 '23 at 15:57
  • 1
    Thanks @wjandrea. I have edited my post to spell out my question a bit more clearly. Does this help? – dapple-putt-poultry Feb 07 '23 at 17:39
  • 1
    @dapple-putt-poultry Yeah, that helps a lot! I think you installed it correctly, but based on the `pygmentize` warning I mentioned, it's not installed in the `PATH`. In that case, check out this question: [Setting PATH environment variable in OSX permanently](/q/22465332/4518341) – wjandrea Feb 07 '23 at 17:56
  • 1
    Thanks @wjandrea! I added the `'/Library/Frameworks/Python.framework/Versions/3.10/bin'` to PATH and radian works now. Thanks much! – dapple-putt-poultry Feb 07 '23 at 20:37
  • Does this answer your question? [Setting PATH environment variable in OSX permanently](https://stackoverflow.com/questions/22465332/setting-path-environment-variable-in-osx-permanently) – tevemadar Feb 08 '23 at 10:43

0 Answers0