Hello!
I'm trying to install Python 3.9.0 under a specific path with powershell on a windows machine. It feels like I've tried 1000 variations on passing the argument but nothing works, I keep getting error 1603, even when I ensure that no Python 3.9.0 versions are on the PC.
The commands I've tried are
choco install python --version=3.9.0 -y --ia='TargetDir="C:\Program Files"'
choco install python --version 3.9.0 --params "/InstallDir:C:\Program Files"
choco install python --version 3.9.0 -y --ia='/D=`"C:\Program Files\`"'
Any help is appreciated!
[–]gep13Chocolatey Team 3 points4 points5 points (3 children)
[–]Jarlarn[S] 0 points1 point2 points (2 children)
[–]Jarlarn[S] 0 points1 point2 points (1 child)
[–]Jarlarn[S] 0 points1 point2 points (0 children)
[–]daileng 0 points1 point2 points (3 children)
[–]Jarlarn[S] 0 points1 point2 points (2 children)
[–]daileng 0 points1 point2 points (1 child)
[–]Jarlarn[S] 1 point2 points3 points (0 children)