Crate virtualenv_rs

source ·

Enums

Functions

  • Create a virtualenv and if not bare, install wheel, pip and setuptools.
  • Gets the interpreter.rs info, either cached or by running it.
  • 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.