File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ depend on the Python implementation name, as mentioned in the
134134``sysconfig._INSTALL_SCHEMES['posix_prefix'] `` dictionary.
135135
136136For invoking a script, Python will try to find a ``__pypackages__ `` inside of
137- the directory that the script resides[1]_, ``/usr/bin ``. The same will happen
137+ the directory that the script resides [1 ]_, ``/usr/bin ``. The same will happen
138138in case of the last example, where we are executing ``/usr/bin/ansible `` from
139139inside of the ``foo `` directory. In both cases, it will **not ** use the
140140``__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
161161use ``python3 `` without any activation step, etc.
162162
163163
164- .. [1]_: In the case of symlinks, it is the directory where the actual script
164+ .. [1 ] In the case of symlinks, it is the directory where the actual script
165165 resides, not the symlink pointing to the script
166166
167167
You can’t perform that action at this time.
0 commit comments