Skip to content

Commit

Permalink
Add section on where pipx keeps its logs. (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsayellow committed Jan 23, 2021
1 parent c2feed6 commit 9bab569
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ set PIP_

Reference: [pip Environment Variables](https://pip.pypa.io/en/stable/user_guide/#environment-variables)

## `pipx` log files
Pipx records a verbose log file for every `pipx` command invocation. The logs
for the last 10 `pipx` commands can be found in `$PIPX_HOME/logs`.

For most users this location is `~/.local/pipx/logs`, where `~` is your home
directory.

## Debian, Ubuntu issues

If you have issues using pipx on Debian, Ubuntu, or other Debian-based linux
Expand Down

0 comments on commit 9bab569

Please sign in to comment.