Skip to content
Closed
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
3 changes: 1 addition & 2 deletions source/tutorials/installing-packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ directory to your :envvar:`PATH`:
``python -m site --user-base`` and adding ``bin`` to the end. For example,
this will typically print ``~/.local`` (with ``~`` expanded to the absolute
path to your home directory) so you'll need to add ``~/.local/bin`` to your
``PATH``. You can set your ``PATH`` permanently by `modifying ~/.profile`_.
``PATH``. You can set your ``PATH`` permanently by modifying ``~/.profile``.

- On Windows you can find the user base binary directory by running ``py -m
site --user-site`` and replacing ``site-packages`` with ``Scripts``. For
Expand All @@ -457,7 +457,6 @@ directory to your :envvar:`PATH`:
``PATH`` changes to take effect.

.. _user base: https://docs.python.org/3/library/site.html#site.USER_BASE
.. _modifying ~/.profile: https://stackoverflow.com/a/14638025
.. _Control Panel: https://docs.microsoft.com/en-us/windows/win32/shell/user-environment-variables?redirectedfrom=MSDN

Requirements files
Expand Down