Pyenv
Windows: https://github.com/pyenv-win/pyenv-win
Linux/Mac: https://github.com/pyenv/pyenv
chocolatey
https://chocolatey.org/install
使用 Powershell(以系統管理者執行)
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
pyenv-win 安裝