datamade / api.opencivicdata.org

:cloud: deployment stuff for api.opencivicdata.org
3 stars 3 forks source link

Add w flag #24

Closed reginafcompton closed 7 years ago

reginafcompton commented 7 years ago

@fgregg Thus far, the following did not work:

yes | $VIRTUALENV/bin/pip install -r $APP_PATH/requirements.txt --upgrade yes man

I am now trying, as suggested here:

yes w | $VIRTUALENV/bin/pip install -r $APP_PATH/requirements.txt --upgrade