mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
rename to version-ext-compat
because pyenv-version-ext
must precede
than compatibility plugin.
This commit is contained in:
parent
c7e139186b
commit
3bfd91de51
5 changed files with 2 additions and 2 deletions
2
plugins/.gitignore
vendored
2
plugins/.gitignore
vendored
|
@ -1,4 +1,4 @@
|
||||||
/*
|
/*
|
||||||
!/.gitignore
|
!/.gitignore
|
||||||
!/pyenv-version-ext-compat
|
!/version-ext-compat
|
||||||
!/python-build
|
!/python-build
|
||||||
|
|
|
@ -6,7 +6,7 @@ versions.
|
||||||
|
|
||||||
(NOTICE:
|
(NOTICE:
|
||||||
This project has been moved out as external plugin of pyenv.
|
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.
|
The 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).)
|
See also [pyenv-version-ext](https://github.com/yyuu/pyenv-version-ext).)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
Loading…
Reference in a new issue