Skip to content

Commit a0bdc2f

Browse files
authored
guides: stand-alone-tools: update in 2024
The `cowsay` package now requires a `-t` argument. I also noticed the output from pipx has changed a bit over time, so I updated the output to match the current format.
1 parent ac6ff83 commit a0bdc2f

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

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

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ For example:
5454
.. code-block:: console
5555
5656
$ pipx install cowsay
57-
installed package cowsay 2.0, Python 3.6.2+
58-
These binaries are now globally available
57+
installed package cowsay 6.1, installed using Python 3.12.2
58+
These apps are now globally available
5959
- cowsay
6060
done! ✨ 🌟 ✨
61-
$ cowsay moo
61+
$ cowsay -t moo
6262
___
6363
< moo >
6464
===
@@ -77,18 +77,21 @@ available, use ``pipx list``:
7777
.. code-block:: console
7878
7979
$ pipx list
80-
venvs are in /Users/user/.local/pipx/venvs
81-
symlinks to binaries are in /Users/user/.local/bin
82-
package black 18.9b0, Python 3.6.2+
80+
venvs are in /Users/user/Library/Application Support/pipx/venvs
81+
apps are exposed on your $PATH at /Users/user/.local/bin
82+
manual pages are exposed at /Users/user/.local/share/man
83+
package black 24.2.0, installed using Python 3.12.2
8384
- black
8485
- blackd
85-
package cowsay 2.0, Python 3.6.2+
86+
package cowsay 6.1, installed using Python 3.12.2
8687
- cowsay
87-
package mypy 0.660, Python 3.6.2+
88+
package mypy 1.9.0, installed using Python 3.12.2
8889
- dmypy
8990
- mypy
91+
- mypyc
9092
- stubgen
91-
package nox 2018.10.17, Python 3.6.2+
93+
- stubtest
94+
package nox 2024.3.2, installed using Python 3.12.2
9295
- nox
9396
- tox-to-nox
9497
@@ -120,7 +123,7 @@ in a temporary, ephemeral environment. For example:
120123

121124
.. code-block:: bash
122125
123-
pipx run cowsay moooo
126+
pipx run cowsay -t moooo
124127
125128
To see the full list of commands pipx offers, run:
126129

0 commit comments

Comments
 (0)