How to share my environment variables with open source projects? How to share my environment variables with open source projects? flask flask

How to share my environment variables with open source projects?


I generally include a "run" script, which is in charge of:

  • setting the right environment variables
  • check the PATH for execution environment dependencies (making sure you have the right minimum version of some executable required to run your project)
  • running the actual project.