Crate virtualenv_rs

Source

Enums§

Error

Functions§

create_venv
Create a virtualenv and if not bare, install wheel, pip and setuptools.
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.