Skip to content

Commit

Permalink
update dotfiles/zsh/.env
Browse files Browse the repository at this point in the history
  • Loading branch information
zy9306 committed Sep 14, 2023
1 parent 239d30e commit 8f9c45f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dotfiles/zsh/.env
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ if [[ $(uname -s) == 'Darwin' ]]; then
export VIRTUALENVWRAPPER_PYTHON=$TMP
fi

APPEND_PATH=/Users/$USER/Library/Python/3.10/bin
if [ -d $APPEND_PATH ]; then
if [[ $PATH != *"$APPEND_PATH"* ]]; then
export PATH=$APPEND_PATH:$PATH
fi
fi

unset APPEND_PATH TMP
fi

Expand Down

0 comments on commit 8f9c45f

Please sign in to comment.