File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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,
1616while 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
1818uninstalled without causing conflicts with other packages, and allows you to
1919safely 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
4545applications(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
You can’t perform that action at this time.
0 commit comments