Home
last modified time | relevance | path

Searched refs:pyvenvConfigPath (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/venv/scripts/common/
DActivate.ps1138 …$pyvenvConfigPath = Join-Path -Resolve -Path $ConfigDir -ChildPath 'pyvenv.cfg' -ErrorAction Conti… in Get-PyVenvConfig() variable
143 if ($pyvenvConfigPath) { in Get-PyVenvConfig() variable
146 $pyvenvConfigContent = Get-Content -Path $pyvenvConfigPath in Get-PyVenvConfig()