Skip to content

Releases: mauriciomenon/pyenv-win_adaptado

v3.1.2

24 Oct 19:14

Choose a tag to compare

Fork release v3.1.2

Highlights

  • Docs: execution policy-safe install options; CMD alternatives (curl, wget, certutil).
  • Docs: troubleshooting section; cleaned tables; separate copy blocks; clear separation from Original README.
  • Docs: command tables updated to 3.14.0; examples use 3.10.11.
  • Install: basic post-install verification (python.exe, Scripts/pip.exe, python -V prefix) before considering version installed.

Install (PowerShell)

Invoke-WebRequest -UseBasicParsing -Uri "https://raw.githubusercontent.com/mauriciomenon/pyenv-win_adaptado/master/pyenv-win/install-pyenv-win.ps1" -OutFile "./install-pyenv-win.ps1"; &"./install-pyenv-win.ps1"

Install (CMD, no PowerShell policy change)

curl -L -o %TEMP%\install-pyenv-win.ps1 https://raw.githubusercontent.com/mauriciomenon/pyenv-win_adaptado/master/pyenv-win/install-pyenv-win.ps1 && powershell -NoProfile -ExecutionPolicy Bypass -File %TEMP%\install-pyenv-win.ps1
wget -O %TEMP%\install-pyenv-win.ps1 https://raw.githubusercontent.com/mauriciomenon/pyenv-win_adaptado/master/pyenv-win/install-pyenv-win.ps1 && powershell -NoProfile -ExecutionPolicy Bypass -File %TEMP%\install-pyenv-win.ps1
certutil -urlcache -split -f https://raw.githubusercontent.com/mauriciomenon/pyenv-win_adaptado/master/pyenv-win/install-pyenv-win.ps1 %TEMP%\install-pyenv-win.ps1 && powershell -NoProfile -ExecutionPolicy Bypass -File %TEMP%\install-pyenv-win.ps1

Tip

  • pyenv install 3.13 resolves to the latest 3.13.x for your arch; pyenv install 3 resolves to the latest 3.x.y.