.profile: Remove deprecated pip workaround
This commit is contained in:
parent
f84152b637
commit
7c9b378e29
5
.profile
5
.profile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user