Re: [openstack-dev] Horizon 'setup.py install' in virtualenv

2013-06-19 Thread Monty Taylor
On 06/19/2013 07:25 AM, Koert van der Veer wrote: > In the latest beta, setup.py install doesn't really install horizon in > the virtualenv. Though some of the files are installed, the install > doesn't seem to be recursive; all sub-modules of horizon and > openstack_dashboard are missing. > > M

[openstack-dev] Horizon 'setup.py install' in virtualenv

2013-06-19 Thread Koert van der Veer
In the latest beta, setup.py install doesn't really install horizon in the virtualenv. Though some of the files are installed, the install doesn't seem to be recursive; all sub-modules of horizon and openstack_dashboard are missing. My procedure is: $ virtualenv --system-site-packages foo $ sourc