Skip to content

Commit

Permalink
Update zzz.R
Browse files Browse the repository at this point in the history
  • Loading branch information
davidycliao committed Jan 5, 2025
1 parent 04b7f1b commit 3682b32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
# }
.onAttach <- function(...) {
# Docker 環境檢查及 Python 設置
Sys.unsetenv("RETICULATE_PYTHON")
in_docker <- file.exists("/.dockerenv")

if (in_docker) {
Expand Down

0 comments on commit 3682b32

Please sign in to comment.