Skip to content

Commit 235e362

Browse files
bhrutledgewebknjaz
andauthored
Apply suggestions from code review
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
1 parent 71921e5 commit 235e362

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

source/guides/installing-stand-alone-command-line-tools.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ system has on Python packages.
1414

1515
:ref:`pipx` solves this by creating a virtual environment for each package,
1616
while also ensuring that its applications are accessible through a directory
17-
that is on your ``$PATH``. This allows each package to be upgraded or
17+
that is on your :envvar:`PATH`. This allows each package to be upgraded or
1818
uninstalled without causing conflicts with other packages, and allows you to
1919
safely run the applications from anywhere.
2020

@@ -38,10 +38,10 @@ pipx is installed with pip:
3838
3939
.. note::
4040

41-
``ensurepath`` ensures that the application directory is on your ``$PATH``.
41+
:command:`ensurepath` ensures that the application directory is on your :envvar:`PATH`.
4242
You may need to restart your terminal for this update to take effect.
4343

44-
Now you can install packages with ``pipx install`` and run the package's
44+
Now you can install packages with :command:`pipx install` and run the package's
4545
applications(s) from anywhere.
4646

4747
.. code-block:: console
@@ -70,7 +70,7 @@ For example:
7070
|| ||
7171
7272
To see a list of packages installed with pipx and which applications are
73-
available, use ``pipx list``:
73+
available, use :command:`pipx list`:
7474

7575
.. code-block:: console
7676

0 commit comments

Comments
 (0)