snap-stanford / snapvx

Other
65 stars 34 forks source link

SNAPVX depends on python 2.7 while performing basic test, even though I have installed github version of SNAPVX which has python 3 dependency #39

Open MdMahbubarRahman opened 4 years ago

MdMahbubarRahman commented 4 years ago

I have installed GitHub version of snapvx and then tested the installation using following instructions: /cd Tests chmod u+x test_basic.sh ./test_basic.sh/ But I got following output: test_basic.sh: line 7: python2.7: command not found test_basic.sh: line 7: python2.7: command not found test_basic.sh: line 7: python2.7: command not found test_basic.sh: line 7: python2.7: command not found test_basic.sh: line 7: python2.7: command not found test_basic.sh: line 7: python2.7: command not found test_basic.sh: line 7: python2.7: command not found test_basic.sh: line 7: python2.7: command not found test_basic.sh: line 7: python2.7: command not found

I have installed the snapvx in anaconda3 which has python 3 dependency. But even though I have installed snapvx with python 3 dependency, it still looks for python 2.7 while running basic tests. So is this a bug or I am missing something? Your help is appreciated in advance.