I have to admit that I had never heard of "python setup.py develop" until
today, when you mentioned it (and Doug Hellmann mentioned it in passing here:
https://review.openstack.org/#/c/7506/1/README.rst). That' just what I was
looking for.
Take care,
Lorin
--
Lorin Hochstein
Lead Architect - C
I actually just use a devstack install inside of a vm and do a full
setup.py install with all the dependencies. Then if I need to i rebuild or
rebuild the vm.
I shell scripted some direct to libvirt stuff to make it just fire up at
will from scratch if needed or just restart the vm.
-Matt
On W
can't you use python setup.py develop?
That is the general way of setting stuff up in dev mode.
Vish
On May 16, 2012, at 9:12 AM, Lorin Hochstein wrote:
> If I want to hack on python-openstackclient, how should I set things up so I
> don't need to install the egg to run it? I know how to insta
3 matches
Mail list logo