You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows will be very difficult because sanic wraps bash to include the environment variables reliably -- It should work in something that provides bash like cygwin, however.
Sanic needs to set sticky env variables in the shell itself, but you can't do that without either sourcing or starting a new shell (you can't reach back into your parent shell and change env variables persistently)
This is all for "sanic env", which passes the SANIC_ENV variable to both build and deploy
The current release depends on linux and glibc.
The text was updated successfully, but these errors were encountered: