Skip to content

peakrdl --help gives "peakrdl: command not found" #236

Closed Answered by amykyta3
martin-tanguay asked this question in Q&A
Discussion options

You must be logged in to vote

Add this to ~/.bashrc or ~/.profile:

# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/.local/bin" ] ; then
    PATH="$HOME/.local/bin:$PATH"
fi

When you installed peakrdl, the pip installer probably warned you that this was missing. Likely something like:

  WARNING: The script peakrdl is installed in '/home/alex/.local/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@martin-tanguay
Comment options

Answer selected by amykyta3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants