mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Quote path to pip command
This commit is contained in:
@@ -17,8 +17,8 @@ install_python_global_packages () {
|
|||||||
local pipcmd="pip"
|
local pipcmd="pip"
|
||||||
if (( $+commands[pip3] )); then; pipcmd="pip3"; fi
|
if (( $+commands[pip3] )); then; pipcmd="pip3"; fi
|
||||||
|
|
||||||
$pipcmd install --upgrade setuptools
|
"$pipcmd" install --upgrade setuptools
|
||||||
$pipcmd install --upgrade "${packages[@]}"
|
"$pipcmd" install --upgrade "${packages[@]}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Aliases
|
# Aliases
|
||||||
|
|||||||
Reference in New Issue
Block a user