From 118c343095a80f49aac3704b63661cef126c3951 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 9 Mar 2019 21:52:00 +0200
Subject: [PATCH] Stricter pip2/3 using aliases.

---
 .bashrc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.bashrc b/.bashrc
index 6fa7b67..da7dfaf 100644
--- a/.bashrc
+++ b/.bashrc
@@ -108,6 +108,8 @@ alias gcloud='__gcloud gcloud'
 alias gsutil='__gcloud gsutil'
 alias detectproxy='lynx http://detectportal.firefox.com/success.txt'
 alias color='less --raw-control-chars -p'
+alias pip2='python2 -m pip'
+alias pip3='python3 -m pip'
 
 monitor () {
     eval "$@"
-- 
GitLab