Deploying a python flask app
mohamedzh
HOBBYOP

a year ago

I'm deploying a python flask app, and I'm using python 3.11. as I need it for specific packages such as pip bpy. How to specify the python version when deploying to railway?

View Deploy details

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

1 Replies

brody
EMPLOYEE

a year ago

Add a runtime.txt file to your project with 3.11 in it.


Loading...