Open AlecTaylor opened 10 years ago
Are you recommending that pip install
be optional?
No, just that there is a bug which needs fixing.
Note also, that though both comments were made in January, mine was in: 2014, and yours: 2015.
@AlecTaylor so the default command is pip install -r requirements.txt
, you must specify something else, anything, to override that. So maybe put in an echo or something.
I note from your code in worker.js that it shouldn't be happening... but it is:
This particular project is simple; and has no dependencies outside the stdlib; so doesn't need a
requirements.txt
.Can you please fix this bug? - Thanks