| Previous changeset 40:702ac46f423c (2014-06-30) Next changeset 42:0f23e9402172 (2014-06-30) |
|
Commit message:
abandon setup_virtualenv |
|
modified:
tool_dependencies.xml |
| b |
| diff -r 702ac46f423c -r 1727dd6f7374 tool_dependencies.xml --- a/tool_dependencies.xml Mon Jun 30 12:18:25 2014 -0400 +++ b/tool_dependencies.xml Mon Jun 30 12:20:45 2014 -0400 |
| b |
| @@ -3,9 +3,7 @@ <package name="khmer" version="1.1"> <install version="1.0"> <actions> - <action type="setup_virtualenv">setuptools>=3.4.1 -khmer==1.1 -</action> + <action type="shell_command">easy_install -U setuptools==3.4.1; pip install --user khmer==1.1 || pip install khmer==1.1</action> </actions> </install> </package> |