search for: virtualenv_create

Displaying 2 results from an estimated 2 matches for "virtualenv_create".

2025 May 14
1
how to install R 4.4
...quot;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("tensorflow") keras::install_keras( envname = "r-reticulate", # keras3 extra_packages = c("keras-tuner", "ipython", "kaggle")) ``` if keras...
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