conda env (2) 썸네일형 리스트형 Conda env prefix 쉘 표기 변경하기 conda config --set env_prompt '({name})' https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#specifying-a-location-for-an-environment Managing environments — conda 22.9.0.post48+5df27c43e documentation Conda removes the path name for the currently active environment from your system command. Note To simply return to the base environment, it's better to call conda .. jupyter에 가상환경, kernel 등록 기본적으로 작동하는 jupyter kernels 의 디렉토리를 찾아봐야 한다. /usr/local/share/jupyter/kernels /usr/share/jupyter/kernels /home/xxxxx/.local/share/jupyter/kernels 그다음 표시될 이름의 디렉토리를 만들고 기본 python3 폴더의 내용을 복사한다. (kernel.json logo-32x32.png logo-64x64.png logo-svg.svg) 그 다음 kernel.json 파일의 파이썬 실행 파일의 위치를 만들어 놓은 가상환경의 python 파일 경로를 입력해 준다. { "argv": [ "python", "-m", "ipykernel_launcher", "-f", "{connection_file}" ],.. 이전 1 다음