Today I tried to run an ifconfig in my terminal and encountered this problem :
Last login: Fri Apr 21 14:10:52 on ttys000
-bash: export: `{PATH}:/tools': not a valid identifier
-bash: touch: command not found
bogon:~ robertmccormick$ ifconfig
-bash: ifconfig: command not found
I've tried https://forums.macrumors.com/threads/bash-command-not-found-for-almost-anything.1072580/ and https://forums.macrumors.com/threads/help-terminal-wont-run-jar-file.1067170/
when I entered :
/bin/cat ~/.bashrc
I get
export PATH="$PATH:/Applications/DevDesktop/drush"
Last login: Fri Apr 21 14:10:52 on ttys000
-bash: export: `{PATH}:/tools': not a valid identifier
-bash: touch: command not found
bogon:~ robertmccormick$ ifconfig
-bash: ifconfig: command not found
I've tried https://forums.macrumors.com/threads/bash-command-not-found-for-almost-anything.1072580/ and https://forums.macrumors.com/threads/help-terminal-wont-run-jar-file.1067170/
when I entered :
/bin/cat ~/.bashrc
I get
export PATH="$PATH:/Applications/DevDesktop/drush"