Skip to content

Commit

Permalink
Don't tell reticulate to explicitly not use environment
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Nov 2, 2023
1 parent 80a5da9 commit ee5eb39
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, use_environment = NULL)'
R -q -e 'reticulate::py_discover_config(required_module = NULL)'

echo -e "\nInstall Python, done!"

0 comments on commit ee5eb39

Please sign in to comment.