Setting, Error/Python, Python Library

[Error] WARNING: The script jupyter-console is installed in which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

Juheon Kwak 2023. 10. 31. 10:24

* $ pip install jupyter로 jupyter를 설치한 후 jupyter가 실행되지 않는 문제

--> jupyter 명령어의 shell 환경변수 설정이 되지 않아, shell에서 바로 실행할 수 없는 것이다.

--> 환경변수를 추가해주면 된다.

 

$ export PATH=$PATH:[에러에 뜬 경로 그대로]