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

AskUI-RemovePythonEnvironment -Name "oldenv"
Removes the "oldenv" virtual environment.