We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35f9aa commit 02f1981Copy full SHA for 02f1981
docs/source/user_guide/create_sites_for_python_operators.ps1
@@ -5,6 +5,8 @@ Write-Host "-zippath" $zippath
5
Write-Host "-pythonexe" $pythonexe
6
Write-Host "-tempfolder" $tempfolder
7
8
+# Expand shortcut in path
9
+$tempfolder = Resolve-Path -Path $tempfolder
10
11
Write-Host "make venv"
12
Start-Process $pythonexe -ArgumentList ("-m venv "+ $tempfolder+"\venv") -NoNewWindow -Wait
0 commit comments