I\'m trying to create a bash script to setup my development environment. The script is running as root but I get the error line 11: ln: command not found
line 11: ln: command not found
PATH=...
Congratulations, you've clobbered how the shell finds commands. Don't do that.