From 00b290d858ee019521b542dc3bb57f3a0c02a923 Mon Sep 17 00:00:00 2001 From: Luke Peters Date: Mon, 2 Mar 2020 12:12:16 -0500 Subject: [PATCH] Modified setup script so 'pipenv install' uses python3 path --- setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup b/setup index ed153a9..70f9b51 100755 --- a/setup +++ b/setup @@ -29,7 +29,7 @@ EOF echo "${BLUE}VIRTUAL ENVIRONMENT SETUP${NC}" echo pip install pipenv -pipenv install +pipenv install --python=$(which python3) echo # FLASK SETUP