leonco / pyenv-installer

使用cloudflare加速

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyenv installer

This tool installs pyenv and friends. It is inspired by rbenv-installer.

Prerequisites ----Git installed.

In general, compiling your own Python interpreter requires the installation of the appropriate libraries and packages. The installation wiki provides a list of these for common operating systems.

Installation / Update / Uninstallation

Once prerequisites have been installed correctly:

Install: ~~~~ If you wish to install a specific release of Pyenv rather than the latest head, set the PYENV_GIT_TAG environment variable (e.g. export PYENV_GIT_TAG=v2.2.5).

Restart your shell so the path changes take effect:

You can now begin using pyenv.

License

MIT - see License file.

About

使用cloudflare加速

License:MIT License


Languages

Language:Shell 72.4%Language:Python 26.1%Language:SaltStack 1.5%