From 5d244aafa9fd2283641932da7dc411665a0f697d Mon Sep 17 00:00:00 2001 From: nolash Date: Sat, 1 Jan 2022 09:36:21 +0000 Subject: [PATCH] Revert "Update pip path" This reverts commit a8e19a0a6dca3dcdb134b8d5aa6c22f9b4d74f9c. --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index a6eac17..360fee1 100644 --- a/setup.sh +++ b/setup.sh @@ -10,7 +10,7 @@ _level=2 _debug=1 PIP_EXTRA_ARGS=$PIP_EXTRA_ARGS -PIP_EXTRA_INDEX_URL=${PIP_EXTRA_INDEX_URL:-https://grassrootseconomics.net} +PIP_EXTRA_INDEX_URL=${PIP_EXTRA_INDEX_URL:-https://pip.grassrootseconomics.net} PIP_INDEX_URL=${PIP_INDEX_URL:-"https://pypi.org/simple"} CIC_SETUP_TRUSTED_FINGERPRINT=${CIC_SETUP_TRUSTED_FINGERPRINT:-0826EDA1702D1E87C6E2875121D2E7BB88C2A746} CIC_ROOT_URL=${CIC_ROOT_URL:-https://root.grassrootseconomics.net}