# Functions
CleanUpVirtualEnv Cleans up a virtual env by deleting .venv/ and __pypackages__/ dirs.
ExecutePython Executes the provided "scriptName.py" using the python binary from virtual environment.
GetPythonRunCommand Returns an *exec.Cmd to be handled with the provided "scriptName.py" using the python binary from virtual environment.
SetupVirtualEnv Creates a virtual environment using Poetry, PyFlow, pipenv or pip/venv.