You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: