Closed
Bug 822368
Opened 12 years ago
Closed 12 years ago
vagrant should use specify it's own virtualenv
Categories
(Socorro :: Infra, task)
Socorro
Infra
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rhelmer, Unassigned)
Details
One consequence of sharing the checkout with vagrant is that the socorro-virtualenv directory is also shared - this will lead to confusing error messages if e.g. the socorro-virtualenv was created on Mac and used on Linux (or 32/64 bit mismatch)
I'm not even sure why vagrant uses virtualenv, but assuming it really needs to the path to the virtualenv can be overridden with VIRTUALENV e.g.:
make test VIRTUALENV=vagrant-venv/
Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•