pyenv / pyenv-installer

This tool is used to install `pyenv` and friends.
MIT License
3.99k stars 431 forks source link

Added pyenv-offline-installer for offline installation. #28

Closed huntzhan closed 8 years ago

huntzhan commented 8 years ago

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.

yyuu commented 8 years ago

Isn't is bette to obtain PYENV_PACKAGE_ARCHIVE from command line argument?

huntzhan commented 8 years ago

You are right.