mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-16 15:23:53 -05:00
In python gems are called packages.
@@ -3,7 +3,7 @@ Binstubs are wrapper scripts around executables (sometimes referred to as
|
|||||||
the environment before dispatching the call to the original executable.
|
the environment before dispatching the call to the original executable.
|
||||||
|
|
||||||
In the Python world, the most common binstubs are the ones that setuptools generates
|
In the Python world, the most common binstubs are the ones that setuptools generates
|
||||||
after installing a gem that contains executables. But binstubs can be written in
|
after installing a package that contains executables. But binstubs can be written in
|
||||||
any language, and it often makes sense to create them manually.
|
any language, and it often makes sense to create them manually.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user