Skip to content

Commit

Permalink
Merge pull request #1520 from bradjc/patch-1
Browse files Browse the repository at this point in the history
guides: stand-alone-tools: update in 2024
  • Loading branch information
chrysle authored Mar 13, 2024
2 parents e24fb22 + a0bdc2f commit 4295ec8
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions source/guides/installing-stand-alone-command-line-tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ For example:
.. code-block:: console
$ pipx install cowsay
installed package cowsay 2.0, Python 3.6.2+
These binaries are now globally available
installed package cowsay 6.1, installed using Python 3.12.2
These apps are now globally available
- cowsay
done! ✨ 🌟 ✨
$ cowsay moo
$ cowsay -t moo
___
< moo >
===
Expand All @@ -77,18 +77,21 @@ available, use ``pipx list``:
.. code-block:: console
$ pipx list
venvs are in /Users/user/.local/pipx/venvs
symlinks to binaries are in /Users/user/.local/bin
package black 18.9b0, Python 3.6.2+
venvs are in /Users/user/Library/Application Support/pipx/venvs
apps are exposed on your $PATH at /Users/user/.local/bin
manual pages are exposed at /Users/user/.local/share/man
package black 24.2.0, installed using Python 3.12.2
- black
- blackd
package cowsay 2.0, Python 3.6.2+
package cowsay 6.1, installed using Python 3.12.2
- cowsay
package mypy 0.660, Python 3.6.2+
package mypy 1.9.0, installed using Python 3.12.2
- dmypy
- mypy
- mypyc
- stubgen
package nox 2018.10.17, Python 3.6.2+
- stubtest
package nox 2024.3.2, installed using Python 3.12.2
- nox
- tox-to-nox
Expand Down Expand Up @@ -120,7 +123,7 @@ in a temporary, ephemeral environment. For example:

.. code-block:: bash
pipx run cowsay moooo
pipx run cowsay -t moooo
To see the full list of commands pipx offers, run:

Expand Down

0 comments on commit 4295ec8

Please sign in to comment.