Answers for "command not found '"

1

command not found

export PATH="/usr/local/bin:$PATH"
echo 'export PATH="/usr/local/bin:$PATH"' >> ~/.bash_profile
source .bash_profile
Posted by: Guest on July-15-2021
0

command not found

export PATH=$PATH:/bin:/usr/local/bin
Posted by: Guest on July-15-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language