On initial setup when running 'fab vagrant bootstrap' there is a 'sys_platform not found' error when the system attempts to install the 'distribute' python module as part of pip install requirements.txt
The workaround can be found in this comment - mushorg/glastopf#200 (comment)
I basically ssh'd into the partially setup vagrant server, uninstalled distribute and setuptools modules from the virtualenv site-packages, manually installed distribute (I used this one https://pypi.python.org/pypi/distribute/0.6.49), then manually ran pip install -r requirements.txt to verify it worked. I then ran the fab command again.
I'm not sure how this issue will resolve itself but this worked
On initial setup when running 'fab vagrant bootstrap' there is a 'sys_platform not found' error when the system attempts to install the 'distribute' python module as part of pip install requirements.txt
The workaround can be found in this comment - mushorg/glastopf#200 (comment)
I basically ssh'd into the partially setup vagrant server, uninstalled distribute and setuptools modules from the virtualenv site-packages, manually installed distribute (I used this one https://pypi.python.org/pypi/distribute/0.6.49), then manually ran pip install -r requirements.txt to verify it worked. I then ran the fab command again.
I'm not sure how this issue will resolve itself but this worked