Skip to content

Commit

Permalink
changed zzz.r to almost original and installing virtualen2
Browse files Browse the repository at this point in the history
  • Loading branch information
Malika1109 committed Sep 2, 2024
1 parent 0cf8327 commit 4d176b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ platform <- NULL
python_path <- file.path(venv_path, "bin", "python")

# Ensure 'virtualenv' is installed
if (!reticulate::py_module_available("virtualenv")) {
reticulate::py_install("virtualenv")
}
#if (!reticulate::py_module_available("virtualenv")) {
# reticulate::py_install("virtualenv")
#}


# Check if the virtual environment exists
Expand Down

0 comments on commit 4d176b0

Please sign in to comment.