Skip to content

Instantly share code, notes, and snippets.

@mr-c
Created July 23, 2014 14:58
Show Gist options
  • Save mr-c/3ea034587009a4dadf8d to your computer and use it in GitHub Desktop.
Save mr-c/3ea034587009a4dadf8d to your computer and use it in GitHub Desktop.
khmer + conda + virtualenv
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