From 8aa830dc985ab9953e5c756a2de50e73c8ba1602 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 8 Oct 2021 10:23:32 +0300 Subject: [PATCH] :8080 is taken by tofuproxy --- pip/.pip/pip.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip/.pip/pip.conf b/pip/.pip/pip.conf index 1c668a1..5298b3b 100644 --- a/pip/.pip/pip.conf +++ b/pip/.pip/pip.conf @@ -2,4 +2,4 @@ disable-pip-version-check = yes no-binary = :all: cache-dir = /tmp/pip-cache -index-url = http://localhost:8080/simple/ +index-url = http://localhost:8081/simple/ -- 2.44.0