From 7c9b378e29a2a2d674fac3d7320f5cc84f9a5766 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 21 Nov 2018 23:42:24 -0600 Subject: [PATCH] .profile: Remove deprecated pip workaround --- .profile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.profile b/.profile index 68a7e489..fe322343 100755 --- a/.profile +++ b/.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