Use pip3 instead of pip to fetch package information for powerline.
parent
2db976107a
commit
b846e05dcf
|
@ -53,7 +53,7 @@ if [ $ZSH_POWERLINE -gt 0 ]; then
|
||||||
log "$(powerline-daemon 2>&1)"
|
log "$(powerline-daemon 2>&1)"
|
||||||
|
|
||||||
log "Finding powerline..."
|
log "Finding powerline..."
|
||||||
POWERLINE_DIR="$(pip show powerline-status --isolated | grep '^Location:' | awk '{print $2}')"
|
POWERLINE_DIR="$(pip3 show powerline-status --isolated | grep '^Location:' | awk '{print $2}')"
|
||||||
log "Powerline repository root: $POWERLINE_DIR"
|
log "Powerline repository root: $POWERLINE_DIR"
|
||||||
|
|
||||||
log "Disabling current prompt theme..."
|
log "Disabling current prompt theme..."
|
||||||
|
|
Loading…
Reference in New Issue