SciProfile_Environment.ps1

# ===========================================================================
# SciProfile_Environment.ps1 ----------------------------------------------
# ===========================================================================

# environment ---------------------------------------------------------------
# ---------------------------------------------------------------------------
# @(
# @{ # pythonhome environment variable
# Name="EnvPython"
# Value="PYTHONHOME"
# }
# ) | ForEach-Object {
# $SciPofile | Add-Member -MemberType NoteProperty -Name $_.Name -Value $_.Value
# }