I'd like to bypass the "Do you want to continue (y/n, default n)" prompt via a shell script.
I've tried:
python setup.py install --force
and
python setup.py install
wait
y
both don't work ... anyone have other ideas?
|
If this question is displayed multiple times, just do a:
However this will also aknowledge all other questions. If you want something more sophisticated have a look at |
||||
echo "y" | command– JBernardo Nov 1 '11 at 23:03