# pyenv-install **Repository Path**: NingOpenSource/pyenv-install ## Basic Information - **Project Name**: pyenv-install - **Description**: 这是一个pyenv install的扩展脚本,支持使用国内下载镜像加速python的安装。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-01 - **Last Updated**: 2022-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pyenv-install 这是一个`pyenv install`的扩展脚本,支持使用国内下载镜像加速`python`的安装。 ## 安装 > > 首先需要安装`pyenv`,否则无法使用,安装说明:[点击查看](https://github.com/pyenv/pyenv#automatic-installer) > ```bash curl -o ${HOME}/.local/bin/pyenv-install https://gitee.com/NingOpenSource/pyenv-install/raw/master/pyenv-install ``` 增加可执行权限: ```bash chmod +x ${HOME}/.local/bin/pyenv-install ``` ## 使用 ```bash # 安装python-3.10.4,pyenv-install后面的参数只能为版本名称 pyenv-install 3.10.4 ``` ## 依赖项目 1. [pyenv](https://github.com/pyenv/pyenv) 1. [淘宝镜像](https://registry.npmmirror.com/binary.html)