Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin virtualenv pip package to pin installed binary #228

Merged
merged 1 commit into from Feb 29, 2016

Commits on Feb 29, 2016

  1. Pin virtualenv pip package to pin installed binary

    A recent update of the virtualenv package changed the installed
    binaries from `virtualenv` and `virtualenv-3.4`, to `virtualenv` and
    `virtualenv-3.5`, breaking the homu installation which needs a python3
    version of virtualenv. Pin the package to the newest version and update
    the homu installation to use the virtualenv-3.5 binary.
    
    Note: the python3 apt package still installs python3.4, but the version
    difference should be ok since virtualenv is just used to install homu,
    not run it.
    aneeshusa committed Feb 29, 2016
You can’t perform that action at this time.