example env create contains --poolsize argument but not --version, so poolsize is ignored.
fission env create --name pythonsrc --image fission/python-env:latest \
--builder fission/python-builder:latest \
--mincpu 40 --maxcpu 80 \
--minmemory 64 --maxmemory 128 \
--poolsize 2
should read:
example env create contains --poolsize argument but not --version, so poolsize is ignored.
should read: