Connect with us

Unable to open autodock from the ubuntu terminal using aliases

Browse QuestionsCategory: QuestionsUnable to open autodock from the ubuntu terminal using aliases
Leonardo Puerto asked 3 years ago

Hey everyone,

I have been getting the following error after typing the alias \”adt\” in the terminal:

/home/cristo/Downloads/MGLTools-1.5.6/bin/adt: 1: /home/cristo/MGLTools-1.5.6/bin/archosv: not found/home/cristo/Downloads/MGLTools-1.5.6/bin/adt: 156: exec: python: not found

Already tried solving this problem using this answer https://bioinformaticsreview.com/question/problem-launching-autodock-tools-from-ubuntu-terminal/ but I keep getting the same error.

Would be nice if someone could help me solve this error, please. Thank you in advance.

1 Answers
Dr. Muniba FaizaDr. Muniba Faiza Staff answered 3 years ago

This error means that either python is not installed on your system or it is damaged.
Check for Python path:

$ which python

If it shows the Python path, then you have installed python on your system. If not, then install it as

$ sudo apt-get install python

or install version 3

sudo apt-get install python3

Now, check for Python path:

$ which python

LATEST ISSUE

ADVERT