Skip to content

Commit

Permalink
revert #1443
Browse files Browse the repository at this point in the history
avoid initializing python on install
t-kalinowski committed Aug 18, 2023
1 parent ebb5f14 commit 3af94d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
@@ -22,7 +22,8 @@
return(main)

# attempt to initialize main
main <<- import_main(convert = TRUE)
if (is_python_initialized())
main <<- import_main(convert = TRUE)

# return value of main
main

0 comments on commit 3af94d7

Please sign in to comment.