Move pipenv creation from bootstrap to setup script

This commit is contained in:
Patrick Smith
2018-07-05 13:01:14 -04:00
parent 851dc9c37b
commit efd53ae43f
2 changed files with 1 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ cd "$(dirname "${0}")/.."
# Install virtualenv
pip install pipenv
pipenv --python 3.6
if ! type sass > /dev/null; then
if type gem > /dev/null; then