Enums§
Functions§
- create_
venv - Create a virtualenv and if not bare, install
wheel
,pip
andsetuptools
. - get_
interpreter_ info - Gets the interpreter.rs info, either cached or by running it.
- parse_
python_ cli - Parse the value of the
-p
/--python
option, which can be e.g.3.11
,python3.11
,tools/bin/python3.11
or/usr/bin/python3.11
.