Forum Discussion
Altera_Forum
Honored Contributor
14 years agoProblem Solved!
It seems that there is a problem with everyone using Ubuntu newer versions. What I understood that this issue is related to the Linux shell. These two commands can make it work: sudo rm /bin/sh (to delete the old entry of linux shell) sudo ln -s /bin/bash /bin/sh (link to the actual one which is bash)