When a new version is installed using a command pyenv install <version> and a message that Downloading Python-version.tar.gz is shown, we don't know whether it normally processes downloading or not.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
If you install aria2c, pyenv will use that instead of curl which should show a download progress indicator.
see: #534 #539
"curl -#" could be used for the curl side of things.
The install failed due to build errors. When I retry, does pyenv install download the same thing again ? (or is Downloading .. just a message, but uses already downloaded/cached version)
Most helpful comment
If you install
aria2c, pyenv will use that instead ofcurlwhich should show a download progress indicator.see: #534 #539