bioinfo-ut / PhenotypeSeeker

Identify phenotype-specific k-mers and predict phenotype using sequenced bacterial strains
GNU General Public License v3.0
18 stars 10 forks source link

error on install #4

Closed ctparson closed 5 years ago

ctparson commented 5 years ago

Following the install instructions everything appears to be running fine with the install, and then it terminates with the following, and attempting version command indicates that install wasn't successful, any suggestions would be greatly appreciated.

sudo: pip2.7: command not found sudo: pip2.7: command not found sudo: pip2.7: command not found sudo: pip2.7: command not found

erkiaun commented 5 years ago

It seems that the pip update brought along the need to change the pip2.7 with pip2 in the install.sh file. Should work now!