Move pipenv creation from bootstrap to setup script
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user