diff options
| author | Ahmed Abdelhalim <[email protected]> | 2024-11-05 15:33:15 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2024-11-05 15:33:15 +0100 |
| commit | a8a4567440b80723e67f000cd1f07997930eb44b (patch) | |
| tree | 7460084ba3d8bd1822dd532e16a366e1a0bfb5ce /.bash_profile | |
| parent | 4cc4144fc8bab750b3e667d2f745ed78995de62e (diff) | |
Add pipx configs
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" |
