Adds .local/bin to path for pip
This commit is contained in:
parent
288d8c4ce1
commit
766dcab3a7
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ for d in "$HOME"/.bin/*/; do
|
||||||
mypath+=":$d"
|
mypath+=":$d"
|
||||||
done
|
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
|
#Ruby things
|
||||||
if type -p ruby > /dev/null; then
|
if type -p ruby > /dev/null; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue