venv_management.errors module

Exception classes.

Summary

Exceptions:

CommandNotFound

Raised when a shell command could not be found.

ImplementationNotFound

Raised when a virtual environment driver is not backed by a working implementation.

PythonNotFound

Raised when the requested Python version is not found.

Reference

exception venv_management.errors.CommandNotFound[source]

Bases: Exception

Raised when a shell command could not be found.

exception venv_management.errors.ImplementationNotFound[source]

Bases: Exception

Raised when a virtual environment driver is not backed by a working implementation.

exception venv_management.errors.PythonNotFound[source]

Bases: Exception

Raised when the requested Python version is not found.