1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 07:13:53 -05:00

In python gems are called packages.

Omer Katz
2013-11-17 01:21:33 -08:00
parent 7085660515
commit 6738029d28

@@ -3,7 +3,7 @@ Binstubs are wrapper scripts around executables (sometimes referred to as
the environment before dispatching the call to the original executable.
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.