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?
• 2,538 views
•
link
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.
• 0 views
•
link
Log in to answer this question.