Displaying 2 results from an estimated 2 matches for "pyenv".
Did you mean:
myenv
2025 May 14
1
how to install R 4.4
..."remotes")) install.packages("remotes")
remotes::update_packages()
remotes::install_cran(c("readr", "tibble", "zip", "fs", "listarrays"))
install.packages("reticulate")
reticulate::miniconda_uninstall()
unlink("~/.pyenv", recursive = TRUE)
unlink("~/.virtualenvs/r-reticulate", recursive = TRUE)
python <- reticulate::install_python("3.12.3")
reticulate::virtualenv_create("r-reticulate", python = python)
install.packages("keras") # keras3
install.packages("tensorf...
2025 May 14
1
how to install R 4.4
On 14 May 2025 at 09:12, Stephen Bond wrote:
| I do not care about version. My packages are in
|
| /home/stephen/R/x86_64-pc-linux-gnu-library/4.4/
|
| and and after renaming the 4.4 folder I can load them.
| How do you avoid the version naming of the package folder?
It's a personal preference but I tend to set things up such that I have no
user-local directory, and that has worked for a