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 47a119a commit 12f844dCopy full SHA for 12f844d
setup_venv.ps1
@@ -1,3 +1,9 @@
1
+param([string]$arguments)
2
+
3
+if ($arguments -eq "--update-src"){
4
+ git pull
5
+}
6
7
#Write-Host "Installing python"
8
9
#Start-Process winget install Python.Python.3.10 '/quiet InstallAllUsers=1 PrependPath=1' -wait -NoNewWindow
0 commit comments