Skip to content

Commit

Permalink
don't recommend brew install python
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Aug 1, 2023
1 parent 827bae1 commit 007bba6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions R/virtualenv.R
Original file line number Diff line number Diff line change
Expand Up @@ -706,9 +706,6 @@ stop_no_virtualenv_starter <- function(version = NULL) {

w("- reticulate::install_python(version = '<version>')")

if (is_macos() && nzchar(Sys.which("brew")))
w('- system("brew install python@<version>")')

stop(paste0(.msg, collapse = "\n"))

}

0 comments on commit 007bba6

Please sign in to comment.