2023-01-18 22:30:17 +00:00
|
|
|
# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
|
2022-03-16 20:43:04 +00:00
|
|
|
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
|
|
|
|
2022-04-21 00:11:44 +00:00
|
|
|
$Env:SPACK_PS1_PATH="$PSScriptRoot\..\share\spack\setup-env.ps1"
|
|
|
|
& (Get-Process -Id $pid).Path -NoExit {
|
|
|
|
. $Env:SPACK_PS1_PATH ;
|
|
|
|
Push-Location $ENV:SPACK_ROOT
|
|
|
|
}
|