tladeras’s avatartladeras’s Twitter Archive—№ 6,267

    1. …in reply to @noamross
      @noamross Ah, that makes sense. Trying right now.
  1. …in reply to @tladeras
    @noamross That was it. I put this in the setup chunk, which fixed it: prev_path <- Sys.getenv("PATH") Sys.setenv(PATH = paste(prev_path, "/opt/homebrew/bin/", sep = ":"))
    1. …in reply to @tladeras
      @noamross Not very elegant, but it works.