update-pkg: removed --break-system-packages - it is defined in .config/pip.conf
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
@@ -31,7 +31,7 @@ else
|
|||||||
pip="/opt/homebrew/bin/pip$PYTHONVERSION"
|
pip="/opt/homebrew/bin/pip$PYTHONVERSION"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PIPEXT="--user --force --quiet --break-system-packages --no-warn-script-location"
|
PIPEXT="--user --force --quiet --no-warn-script-location"
|
||||||
PIPEXTPRE="--pre $PIPEXT"
|
PIPEXTPRE="--pre $PIPEXT"
|
||||||
|
|
||||||
# Gentoo release
|
# Gentoo release
|
||||||
@@ -85,7 +85,7 @@ function command_exists() {
|
|||||||
function update_pip() {
|
function update_pip() {
|
||||||
# Update the pip
|
# Update the pip
|
||||||
if [[ "$(uname)" == "Darwin" ]]; then
|
if [[ "$(uname)" == "Darwin" ]]; then
|
||||||
$python -m pip install --upgrade pip --user --no-warn-script-location --break
|
$python -m pip install --upgrade pip --user --no-warn-script-location
|
||||||
elif [[ -f $GENTOO ]]; then
|
elif [[ -f $GENTOO ]]; then
|
||||||
$install dev-python/pip
|
$install dev-python/pip
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user