Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python hosting integration doesn't support command other than python #6632

Open
DamianEdwards opened this issue Nov 7, 2024 · 0 comments
Open
Labels
untriaged New issue has not been triaged

Comments

@DamianEdwards
Copy link
Member

Some Python apps use a completely different executable as the entry point, i.e., something other than python. Indeed on Ubuntu and other distros the default python command is python3, not python. Frameworks like Flask have their own command, i.e., flask. We should update the Python hosting integration to allow for python apps that use a command other than python.

@joperezr joperezr added the untriaged New issue has not been triaged label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
untriaged New issue has not been triaged
Projects
None yet
Development

No branches or pull requests

2 participants