Using multiple environments on spaces

I’ve tried to build my demo which use numbers of environments and these cannot be merged into one environments. Is there a way to do this?
Currently, i’m trying to execute the python binary from the environment directly e.g. ./env1/bin/python test.py. But it seems to have a permission denied on running any arbitrary script outside the app.py.

any suggestion to solve this?