You are not logged in.
Hello folks,
rstudio spontaneously stopped working. when I type "rstudio" into the command line, bash reads out "bash: rstudio: command not found"
I tried reinstalling the rstudio-desktop-bin from the AUR both manually with makepkg and yay.
It still give me the same error.
any help is appreciated. Thank you in advance.
Offline
Given that it's not likely in your path, that's not surprising. Can you start it with the desktop file, or with the full path /usr/lib/rstudio/rstudio?
Note that this is covered in the comments on the AUR page for this package with a solution included there as well. Though all in all this package has a handful of problems.
Last edited by Trilby (2023-01-24 01:50:30)
"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" - Richard Stallman
Offline
Given that it's not likely in your path, that's not surprising. Can you start it with the desktop file, or with the full path /usr/lib/rstudio/rstudio?
damn. that worked. thank you.
How to I make it executable from the home directory? Is it just a Chmod situation?
Offline
How to I make it executable from the home directory?
Did you try adding it to your PATH yet?
Offline