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 833f5ec commit d5eb511Copy full SHA for d5eb511
R/install.R
@@ -62,7 +62,7 @@ install_impl <- function() {
62
63
stop(
64
"For debugging: these are files next to python executable ",
65
- call_and_capture("conda", c("info", "--base"))$stdout
+ call_and_capture("conda", c("info", "--base"))
66
)
67
}
68
0 commit comments