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.<br><br>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.<br>
<br>-Matt<br><br><br><div class="gmail_quote">On Wed, May 16, 2012 at 9:12 AM, Lorin Hochstein <span dir="ltr"><<a href="mailto:lorin@nimbisservices.com" target="_blank">lorin@nimbisservices.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">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 install it, but I'd like to be able to make changes and run them without going through an install cycle. <div>
<br></div><div>I tried to do this:<div><br></div><div>export PYTHONPATH=~/python-openstackclient</div><div><div>alias openstack="python ~/python-openstackclient/openstackclient/shell.py"</div></div><div><br></div>
<div>And it sort of works, but I get an unpleasant warning whenever I run things:</div><div><br></div><div><div>/Users/lorin/.virtualenvs/client/lib/python2.7/site-packages/cliff/commandmanager.py:6: UserWarning: Module argparse was already imported from /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/argparse.pyc, but /Users/lorin/.virtualenvs/client/lib/python2.7/site-packages is being added to sys.path</div>
</div><div><br></div><div><br></div><div>So I assume there's a better way than what I'm doing.</div><div><br></div><div><br><div>
<div style="word-wrap:break-word"><div style="word-wrap:break-word"><div>Take care,</div><div><br></div><div>Lorin</div><div>--</div><div>Lorin Hochstein</div><div>Lead Architect - Cloud Services</div><div>Nimbis Services, Inc.</div>
<div><a href="https://www.nimbisservices.com/" target="_blank">www.nimbisservices.com</a></div><div><br></div></div><br></div><br><br>
</div>
<br></div></div></div><br>_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
<br></blockquote></div><br>