ccsb-scripps / AutoDock-Vina

AutoDock Vina
http://vina.scripps.edu
Apache License 2.0
596 stars 209 forks source link

Problems with Binary installation #307

Closed HeheHahaHoHoHo closed 5 months ago

HeheHahaHoHoHo commented 5 months ago

Windows but using WSL using Ubuntu. Hi all, As shown on the docs, the binary installsation and python bindings are separate. I have completed the python bindings side of things and currently facing some issues with the binary installsation. I have downloaded the vina_1.2.5_linux_x86_64 and placed into a bin folder and added into PATH however, i cant seem to run it outside of the bin file (-bash: ./vina_1.2.5_linux_x86_64: No such file or directory) nor can i call vina (Command 'vina' not found, but can be installed with: sudo apt install autodock-vina). I have checked with echo $PATH and it does recognise my vina/bin folder. Any advice on how i can go about solving this issue? Thanks

HeheHahaHoHoHo commented 5 months ago

Solved it on my own sorry