My deployment keeps saying /bin/bash: line 1: gunicorn: command not found
caspianmoon
PROOP

a year ago

My deployment keeps saying /bin/bash: line 1: gunicorn: command not found. I have been doing the same thing that I've always done before to deploy my django app.

I have a Procfile:

web: gunicorn chatly.wsgi --log-file -

and I installed whitenoise too.

requirements.txt is present and has gunicorn inside it

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

Solved

3 Replies

a year ago

Hello,

There is no requirements.txt file within the chatly folder.

Best,
Brody


Status changed to Awaiting User Response Railway about 1 year ago


brody

Hello,There is no requirements.txt file within the chatly folder.Best,Brody

caspianmoon
PROOP

a year ago

Thank you so much, I totally missed that.


Status changed to Awaiting Railway Response Railway about 1 year ago


a year ago

No problem!


Status changed to Awaiting User Response Railway about 1 year ago


Status changed to Solved brody about 1 year ago


Loading...