Linux/terminal

error : The command could not be located because '/usr/bin:/bin' is not included in the PATH environment variable

Naranjito 2023. 4. 10. 13:32
  • error

Fail to fine the 'bin' PATH.

 

  • cause

My PATH variable has been messed up.

 

  • Solution

Reset the PATH.

export PATH="/usr/bin:$PATH"