Commit 32f264ff by Feanil Patel

Lock the version of virtualenv.

The latest version of virtualenv install pip 1.5 which uses distlib which expects
a home directory where it can create a '.distlib' directory.

See: https://bitbucket.org/pypa/distlib/issue/39/using-distlib-with-pip-fails-when-usre-has
parent 73677dc8
...@@ -37,7 +37,7 @@ common_debian_pkgs: ...@@ -37,7 +37,7 @@ common_debian_pkgs:
- python2.7-dev - python2.7-dev
common_pip_pkgs: common_pip_pkgs:
- virtualenv - virtualenv==1.10.1
- virtualenvwrapper - virtualenvwrapper
common_web_user: www-data common_web_user: www-data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment