Mercurial > repos > crusoe > khmer
changeset 41:1727dd6f7374
abandon setup_virtualenv
| author | Michael R. Crusoe <mcrusoe@msu.edu> |
|---|---|
| date | Mon, 30 Jun 2014 12:20:45 -0400 |
| parents | 702ac46f423c |
| children | 0f23e9402172 |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Mon Jun 30 12:18:25 2014 -0400 +++ b/tool_dependencies.xml Mon Jun 30 12:20:45 2014 -0400 @@ -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>
