DoaneAS / rseqc

Automatically exported from code.google.com/p/rseqc
0 stars 0 forks source link

still issue with python #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
now python 2.7 is installed on my server, and I have exported the environmental 
variables...but still I cannot make it work. Do you have any suggestions?

[ftorri@fgene3 RSeQC-2.3.2]$ export 
PYTHONPATH=/usr/local/lib/python2.7/site-packages/
[ftorri@fgene3 RSeQC-2.3.2]$ export PATH=/user/local/bin:$PATH
[ftorri@fgene3 RSeQC-2.3.2]$ cd scripts/

[ftorri@fgene3 scripts]$ bam2wig.py 

You are using python2.4 RSeQC needs python2.7!

Federica

Original issue reported on code.google.com by federica...@gmail.com on 6 Sep 2012 at 11:07

GoogleCodeExporter commented 9 years ago
Please use python2.7 explicitly:

/path_to_python2.7/python bam2wig.py 

Liguo

Original comment by wangligu...@gmail.com on 13 Sep 2012 at 10:25