Deploying a python flask app
mohamedzh
HOBBYOP

2 years 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

2 years ago

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


Loading...