> ## Documentation Index
> Fetch the complete documentation index at: https://docs.askui.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AskUI-RemovePythonEnvironment

### 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.

```powershell theme={null}
AskUI-RemovePythonEnvironment -Name "oldenv"
```
