I am new to python. I need to run a python script(riboplot) in python2.7 which requires the package "pysam_0.8.4" to run. In my python2.7, when I checked the version
import pysam
pysam.__version__
it showed me '0.7.5'
. But in my python3.4, it is showing '0.8.4'
. How I can set python2.7 to make use of the pysam0.8.4
to run the script. Kindly guide me. Thanks in advance