본문 바로가기
Dev/Ops

bash: jupyter: command not found root

by jusep 2023. 3. 21.

경로 설정이 잘못되서 생기는 에러이다

 

$ export PATH=~/.local/bin:$PATH

 

로 해결할 수 있다

댓글