Jupyter 환경에서 conda env package 설치 시 아래 오류 발생 WARNING conda.core.envs_manager:register_env(50): Unable to register environment. Path not writable or missing. 해당 오류 뿐만 아니라, jupyter 가상 환경에서 커널 설정 및 패키지 import 에러 발생 OS : Mac Monterey 12.1 Anaconda : 4.11.0 Python : 3.9.7 pip: 21.3.1 Anaconda, python 은 homebrew 통하여 설치 # anaconda, python 설치 brew install anaconda brew install python # anaconda 가상환경에서 패..