Let's say that we have R packages foo and bar that each use reticulate to wrap the Python libraries pyFoo and pyBar.
Will I, as a user who wants to use the foo and bar packages simultaneously, need to ensure that I have (perhaps by specifying RETICULATE_PYTHON
) a single Python installation that has both pyFoo and pyBar installed?
Thanks!