andreagalle / .galledanza

User defined commands & env preferences to feel at Home Everywhere
MIT License
1 stars 0 forks source link

preventing: cannot execute binary file install issue #12

Closed andreagalle closed 4 years ago

andreagalle commented 4 years ago

running . install on galileo produced the following error:

[agallega@r033c01s05 .galledanza]$ . install 
-bash: .: /usr/bin/install: cannot execute binary file

because there was already this install exe in the PATH:

-rwxr-xr-x. 1 root root 140K  5 nov  2016 /usr/bin/install

I found this "fix" to prevent collisions with similar executable files already in your PATH, producing the cannot execute binary file error: