.profile: Remove deprecated pip workaround

This commit is contained in:
Salt 2018-11-21 23:42:24 -06:00
parent f84152b637
commit 7c9b378e29

View File

@ -69,11 +69,6 @@ if which pip > /dev/null 2>&1; then
*)
;;
esac
# Debian patches pip to assume the --user flag by default
# This breaks using installation targets and prefixes
# It's really dumb
pipargs="--system"
alias pip="pip $pipargs"
fi
# If emerge exists, add emerge aliases