diff options
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index 495fa88..98ebe8e 100644 --- a/.bash_profile +++ b/.bash_profile @@ -84,6 +84,11 @@ if command -v pyenv 1>/dev/null 2>&1; then export PATH="$HOME/.local/bin:$PATH" fi +# ==== python/pipx config. +if command -v pipx 1>/dev/null 2>&1; then + export PATH="$PATH:$HOME/.local/bin" +fi + # ==== Rust config if [ -f $HOME/.cargo/env ]; then source "$HOME/.cargo/env" |
