openedx-unsupported / edx-analytics-configuration

GNU Affero General Public License v3.0
8 stars 28 forks source link

fix existing venv issue #36

Closed mulby closed 8 years ago

mulby commented 8 years ago

Running virtualenv on an existing venv can cause some very weird issues. Specifically we've seen it overwrite existing installations of pip with whatever default it wants to use. This is problematic since we are upgrading pip to 7.1.2 and some older versions of virtualenv want to install 1.5.6. This causes conflicting pip installations to be installed alongside one another.

Reviewers:

mulby commented 8 years ago

@brianhw this should fix the issue we saw with 0.2.8 over the weekend.

brianhw commented 8 years ago

LGTM. :+1: