pyenv-offline-installer do exactly the same thing as pyenv-installer, except that the script would extract pyenv and related plugins from the archive file pointed by PYENV_PACKAGE_ARCHIVE, instead of accessing the Internet.
download-pyenv-package.sh is the script to download and create the archive.
pyenv-offline-installer
do exactly the same thing aspyenv-installer
, except that the script would extractpyenv
and related plugins from the archive file pointed byPYENV_PACKAGE_ARCHIVE
, instead of accessing the Internet.download-pyenv-package.sh
is the script to download and create the archive.