Adds .local/bin to path for pip

This commit is contained in:
Jonathan Hodgson 2021-11-16 11:19:37 +00:00
parent 288d8c4ce1
commit 766dcab3a7

View file

@ -18,7 +18,7 @@ for d in "$HOME"/.bin/*/; do
mypath+=":$d"
done
export PATH=~/Projects/current/bin:$mypath:$GOPATH/bin:$HOME/.local/share/bin:$HOME/.config/composer/vendor/bin:$PATH:.
export PATH=~/Projects/current/bin:$mypath:$GOPATH/bin:$HOME/.local/share/bin:$HOME/.local/bin:$HOME/.config/composer/vendor/bin:$PATH:.
#Ruby things
if type -p ruby > /dev/null; then