Skip to content

Commit 02f1981

Browse files
committed
Fix create_sites_for_python_operators.ps1
1 parent e35f9aa commit 02f1981

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/user_guide/create_sites_for_python_operators.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Write-Host "-zippath" $zippath
55
Write-Host "-pythonexe" $pythonexe
66
Write-Host "-tempfolder" $tempfolder
77

8+
# Expand shortcut in path
9+
$tempfolder = Resolve-Path -Path $tempfolder
810

911
Write-Host "make venv"
1012
Start-Process $pythonexe -ArgumentList ("-m venv "+ $tempfolder+"\venv") -NoNewWindow -Wait

0 commit comments

Comments
 (0)