From b2bc13003db6a6ed785811eadba8d47c7e6dc352 Mon Sep 17 00:00:00 2001 From: Luis Cielak Date: Mon, 11 Jun 2018 12:17:22 -0400 Subject: [PATCH] Use python 3.6 for pipenv --- script/bootstrap | 1 + 1 file changed, 1 insertion(+) diff --git a/script/bootstrap b/script/bootstrap index cd1b0008..c03b7dc0 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -7,6 +7,7 @@ set -e cd "$(dirname "${0}")/.." # Install Python dependencies +pipenv --python 3.6 pipenv install --dev # Install uswds node module and dependencies