Skip to content

Commit

Permalink
Revert "Don't tell reticulate to explicitly not use environment"
Browse files Browse the repository at this point in the history
This reverts commit ee5eb39.

This was not necessary
  • Loading branch information
yuvipanda committed Nov 2, 2023
1 parent 1711ac0 commit 61096a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ fi
# Check Python version
echo -e "Check the Python to use with reticulate...\n"

R -q -e 'reticulate::py_discover_config(required_module = NULL)'
R -q -e 'reticulate::py_discover_config(required_module = NULL, use_environment = NULL)'

echo -e "\nInstall Python, done!"

0 comments on commit 61096a8

Please sign in to comment.