We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b2894 commit 8d8d226Copy full SHA for 8d8d226
R/install.R
@@ -58,6 +58,9 @@ install_impl <- function() {
58
reticulate::conda_create("r-precommit", python_version = "3.10")
59
}
60
reticulate::conda_install("r-precommit", packages = "pre-commit")
61
+ # C:\Users\runneradmin\AppData\Local\r-miniconda\envs\r-precommit/python.exe
62
+
63
+ stop("For debugging: these are files next to python executable ", list.files(dirname(reticulate::conda_python("r-precommit")), pattern = "commit"))
64
65
66
#' Updates pre-commit on your system with conda
0 commit comments