build.env module

class build.env.IsolatedEnvironment(remove_paths)

Bases: object

Isolated build environment context manager

Non-standard paths injected directly to sys.path still be passed to the environment.

MANIPULATE_PATHS = ('purelib', 'platlib')
classmethod for_current()
Return type

IsolatedEnvironment

install(requirements)

Installs the specified requirements on the environment

Return type

None

property path
Return type

str

Return type

bool