pyenv-installer icon indicating copy to clipboard operation
pyenv-installer copied to clipboard

Add a direct compilation using the local python library to improve the installation speed

Open hermitguo opened this issue 7 months ago • 1 comments

Thank you for providing such a good tool that makes it convenient to install in the new version of ubuntu24.04,

pyenv uninstall 3.5.10 pyenv install 3.5.10 pyenv: version3.5.10' not installed Downloading Python-3.5.10.tar.xz... -> https://www.python.org/ftp/python/3.5.10/Python-3.5.10.tar.xz`

similar to the following: Use pyenv install 3.5.10 local=/opt/pyenv/src/Python-3.5.10.tar.xz

hermitguo avatar Jul 22 '25 05:07 hermitguo

https://github.com/pyenv/pyenv/blob/master/plugins/python-build/README.md#package-download-cache

native-api avatar Jul 23 '25 18:07 native-api