1
0
mirror of https://github.com/LukePeters/flask-mongo-api-boilerplate.git synced 2026-05-05 18:01:10 +09:00

Modified setup script so 'pipenv install' uses python3 path

This commit is contained in:
Luke Peters
2020-03-02 12:12:16 -05:00
parent 3681cf9155
commit 00b290d858

2
setup
View File

@@ -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