This is a test version of Biostars. For the public version, visit https://www.biostars.org.
HTSeq pip installation in Ubuntu

My question may seem quite stupid but I run pip install HTSeq in my ubuntu machine and installation was successfully completed. My problem is that now I cannot find HTSeq anywhere in order to use it. Where does pip installation places HTSeq?

htseq ubuntu

1 answer

Depending on your python version, it is most likely in /usr/local/lib/pythonX.x/dist-packages/, where X and x are major an minor python version. But you don't need to know the HTSeq location in order to use it - that's the beauty of python modules. The documentation with examples is here.

Log in to answer this question.