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

set FLASK_APP via env for portability across shells #2799

Merged
merged 1 commit into from
May 24, 2018
Merged

set FLASK_APP via env for portability across shells #2799

merged 1 commit into from
May 24, 2018

Conversation

bast
Copy link
Contributor

@bast bast commented May 24, 2018

this does not work on fish (https://fishshell.com):

$ FLASK_APP=hello.py flask run

while this works (hopefully) on any shell:

$ env FLASK_APP=hello.py flask run

this does not work on fish (https://fishshell.com):
$ FLASK_APP=hello.py flask run

while this works (hopefully) on any shell:
$ env FLASK_APP=hello.py flask run
@davidism davidism merged commit d22491a into pallets:master May 24, 2018
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants