rice does not locate R installation
See original GitHub issueHi there,
I followed the installation instructions and also the FAQs.
My path looks as follows:
/usr/lib/R/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
rice
is installed via pip. However, when starting rice
I still see:
-bash: rice: command not found.
I also tried exporting R_HOME
and LD_LIBRARY_PATH
.
Running Debian 9 (stretch). R 3.4.1 is installed using the backports repo (/usr/lib/R
).
Any ideas?
Thanks for your work 👍
Issue Analytics
- State:
- Created 6 years ago
- Comments:18 (8 by maintainers)
Top Results From Across the Web
quarto: unable to locate R installation - RStudio Community
I am using Mac OS Monterey Version 12.4. When attempting to render Quarto, I see the following error:
Read more >12 R scripts on a remote machine - Workflow
In this chapter, we'll show you how to run an R script on rice. ... Note that your command line prompts will not...
Read more >Software Available for Students - Rice University KB
Applications How to Obtain Notes
MATLAB TAH Portal
Putty (Windows only) Download No purchase required.
TK Solver 6 Academic Purchase
Read more >Unable to find an installation of R on the system (which R didn ...
It tells you exactly what the problem is. You didn't install R. RStudio is a very nice IDE for R but you don't...
Read more >How do I rice my Ubuntu Desktop?
Install a program called gnome-tweaks (if it's not already installed), download themes from the internet (Google search Ubuntu themes).
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It may be your first few time installing a program on your Linux machine.
$HOME/.local/bin
is a standard location of local binary/script files.Just did it now and it works! Maybe you can add this specific Debian9 setting to the README point for expanding PATH? Referring to
$HOME/.local/bin
Thanks again for your help. Closing as issue is solved