to create and distribute .pex file pex Fabric flask 'requests[security]' -o foo.pex -c fab -- startapp
to run the executable ./foo.pex startapp
to create and distribute .pex file pex Fabric flask 'requests[security]' -o foo.pex -c fab -- startapp
to run the executable ./foo.pex startapp