Created
July 23, 2014 14:58
-
-
Save mr-c/3ea034587009a4dadf8d to your computer and use it in GitHub Desktop.
khmer + conda + virtualenv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/mr-c/khmer.git | |
cd khmer | |
git remote add ged https://github.com/ged-lab/khmer.git | |
cd .. | |
conda install pip | |
hash -r | |
pip install virtualenv | |
python2.7 -m virtualenv env | |
source env/bin/activate | |
cd khmer | |
make install-dependencies | |
make test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment