mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
update README
This commit is contained in:
parent
7c84490649
commit
c7e139186b
1 changed files with 14 additions and 3 deletions
|
@ -4,13 +4,24 @@ pyenv-version-ext is a [pyenv](https://github.com/yyuu/pyenv) plugin
|
||||||
that provides a `pyenv push` and `pyenv pop` commands to manage Python
|
that provides a `pyenv push` and `pyenv pop` commands to manage Python
|
||||||
versions.
|
versions.
|
||||||
|
|
||||||
|
(NOTICE:
|
||||||
|
This project has been moved out as external plugin of pyenv.
|
||||||
|
The pyenv-version-ext-compat has left for backward compatibility, but will be removed from future release of pyenv.
|
||||||
|
See also [pyenv-version-ext](https://github.com/yyuu/pyenv-version-ext).)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Installing as an pyenv plugin (recommended)
|
### Installing as an pyenv plugin
|
||||||
|
|
||||||
You need nothing to do since python-build is bundled with pyenv by
|
Installing pyenv-version-ext as a pyenv plugin will give you access to the
|
||||||
default.
|
`pyenv push` and `pyenv pop` commands.
|
||||||
|
|
||||||
|
$ git clone git://github.com/yyuu/pyenv-version-ext.git ~/.pyenv/plugins/pyenv-version-ext
|
||||||
|
|
||||||
|
This will install the latest development version of pyenv-version-ext into
|
||||||
|
the `~/.pyenv/plugins/pyenv-version-ext` directory. From that directory, you
|
||||||
|
can check out a specific release tag. To update pyenv-version-ext, run `git
|
||||||
|
pull` to download the latest changes.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue