Public
AskUI-EnablePythonEnvironment
SYNOPSIS
Activates a Python virtual environment.
DESCRIPTION
The AskUI-EnablePythonEnvironment cmdlet activates a specified Python virtual environment. Optionally, it can create the environment if it does not exist.
PARAMETERS
-Name
| <String> - The name of the environment to activate.-CreateIfNotExists
| <SwitchParameter> - If specified, creates the environment if it does not exist before activating it.