Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pep-0582.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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


Expand Down