* $ pip install jupyter로 jupyter를 설치한 후 jupyter가 실행되지 않는 문제
--> jupyter 명령어의 shell 환경변수 설정이 되지 않아, shell에서 바로 실행할 수 없는 것이다.
--> 환경변수를 추가해주면 된다.
$ export PATH=$PATH:[에러에 뜬 경로 그대로]
'Setting, Error > Python, Python Library' 카테고리의 다른 글
Argparser 사용법 (0) | 2024.04.09 |
---|---|
Pytorch 실행 에러 cuDNN version incompatibility (0) | 2024.03.26 |
Tensorflow, pyTorch - 원하는 GPU 할당 (0) | 2023.06.08 |
Jupyter Notebook 자동완성 Tab 안 될 때 (0) | 2022.02.13 |
Pytorch GPU 동작 확인 (0) | 2022.02.13 |