PEP 582: Fix footnote (#2970)
This commit is contained in:
parent
55ef1f44f5
commit
eb63ebdbb6
|
@ -134,7 +134,7 @@ depend on the Python implementation name, as mentioned in the
|
|||
``sysconfig._INSTALL_SCHEMES['posix_prefix']`` dictionary.
|
||||
|
||||
For invoking a script, Python will try to find a ``__pypackages__`` inside of
|
||||
the directory that the script resides[1]_, ``/usr/bin``. The same will happen
|
||||
the directory that the script resides [1]_, ``/usr/bin``. The same will happen
|
||||
in case of the last example, where we are executing ``/usr/bin/ansible`` from
|
||||
inside of the ``foo`` directory. In both cases, it will **not** use the
|
||||
``__pypackages__`` in the current working directory.
|
||||
|
@ -161,7 +161,7 @@ install will be local by default. The trainer can then just keep telling them to
|
|||
use ``python3`` without any activation step, etc.
|
||||
|
||||
|
||||
.. [1]_: In the case of symlinks, it is the directory where the actual script
|
||||
.. [1] In the case of symlinks, it is the directory where the actual script
|
||||
resides, not the symlink pointing to the script
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue