Files
devstack/stack.sh
Monty Taylor 66c70c72d4 Use pip to install python depends.
When we use python setup.py develop, if there is a packages not installed
already, it means distutils/easy_install installs it. Unfortunately, those
are both way more stupid than pip. Instead, get pip to install missing
depends, then run the setup.py develop so that distutils doesn't need to
install things.

Change-Id: Ifad3bbc8e9eac0b14dc5bb40175cf2bd45b64b00
2012-06-07 14:51:16 -04:00

80 KiB
Executable File