I'm installing Python 3 with Chocolatey, which installs into C:\ProgramData\chocolatey\lib\python3
:
> choco install python3
Is there any way I can get Python3 to install into C:\Python35
instead?
I´m aware of this question which is related to Python 2 ... but here a different package is used thus the answer there does not help in this case.
> choco install python3
now installs to C:\Python35 by default. – Woodford