From a8a4567440b80723e67f000cd1f07997930eb44b Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 5 Nov 2024 15:33:15 +0100 Subject: Add pipx configs --- .bash_profile | 5 +++++ 1 file changed, 5 insertions(+) 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" -- cgit v1.2.3