You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correction: This fix doesn't work because (for whatever reason) the virtualenv module doesn't exist.
root@screedaccept:~/khmer-protocols/mrnaseq# python2.7 -m virtualenv env
/usr/bin/python2.7: No module named virtualenv
In this case the solution is to modify the literate-resting instructions to instead include python-setuptools and python-pip in the installed software and to execute the easy_install -U setuptools command.
Fix is to use a virtualenv when installing/running khmer:
https://github.com/ged-lab/khmer-protocols/blob/master/mrnaseq/1-quality.txt#L64
(This also makes it easier to re-run the tests on the system without reimaging)
The text was updated successfully, but these errors were encountered: