pub fn find_interpreters() -> impl Iterator<Item = InterpreterConfig>
Expand description
Search for python interpreters and yield them in order.
The following locations are checked in the order listed:
python
python3
pub fn find_interpreters() -> impl Iterator<Item = InterpreterConfig>
Search for python interpreters and yield them in order.
The following locations are checked in the order listed:
python
python3