From 1df5efbb6d8174953b79ae0cbf134f34c352ab58 Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Wed, 16 Sep 2020 17:20:40 +0200
Subject: [PATCH] [ubuntu] shut pip up about new versions

---
 ubuntu/pip.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ubuntu/pip.conf b/ubuntu/pip.conf
index 2556014..ab6bce5 100644
--- a/ubuntu/pip.conf
+++ b/ubuntu/pip.conf
@@ -1,3 +1,4 @@
 [global]
 extra-index-url = https://agki-nas01.imp.fu-berlin.de:30443/
 cert = /etc/ssl/certs/ca-certificates.crt
+disable-pip-version-check = True
-- 
GitLab