SYNOPSIS

Removes an existing Python virtual environment.

DESCRIPTION

The AskUI-RemovePythonEnvironment cmdlet removes a specified Python virtual environment if it exists.

PARAMETERS

  • -Name | <String> - The name of the virtual environment to be removed.

EXAMPLES

EXAMPLE 1

Removes the “oldenv” virtual environment.

AskUI-RemovePythonEnvironment -Name "oldenv"