📜  choco install python - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:37.590000             🧑  作者: Mango

代码示例1
choco install python --pre (For the latest prerelease)
choco install python --version=3.8.0 (For version 3.8.0, follow that syntax to install any version)