mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-15 10:06:18 -04:00
Adds a new plugin, decoupled from `pyenv install`, for packaging and installing relocatable Python binaries. This commit is just the command dispatcher; the individual subcommands follow. `pyenv binary <command>` dispatches to the matching script under the plugin's libexec, so subcommands stay out of the top-level `pyenv commands` list. Groundwork for the binary distribution support discussed in #2334.
7 lines
92 B
Plaintext
7 lines
92 B
Plaintext
/*
|
|
!/.gitignore
|
|
!/version-ext-compat
|
|
!/python-build
|
|
!/pyenv-binary
|
|
/python-build/test/build
|