matflow.environments.env_configure_python#

matflow.environments.env_configure_python(shell, setup=None, names=None, use_current=True)#

Configure Python MatFlow environments.

Parameters:
  • names (list[str] | None) – If specified, also set up these named environments using the same Python executable and setup, otherwise just set up the python_env environment.

  • shell (Literal['bash', 'powershell']) –

  • setup (str | list[str] | None) –

  • use_current (bool) –

Return type:

list[Environment]