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"

'Linux > terminal' 카테고리의 다른 글

tar, zxvf  (0) 2024.02.26
Copy files from remote server to local  (0) 2022.11.16
Install pyenv-virtualenv on mac  (0) 2022.03.31
How to add new server  (0) 2022.03.31
shell, bash  (0) 2022.03.15