Divide and Conquer
[에러해결] CommandNotFoundError: Your shell has not been properly configured to use 'conda activate' 본문
성장캐/기타
[에러해결] CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'
10살 2023. 7. 31. 23:42728x90
CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run
$ conda init <SHELL_NAME>
Currently supported shells are:
- bash
- fish
- tcsh
- xonsh
- zsh
- powershell
See 'conda init --help' for more information and options.
IMPORTANT: You may need to close and restart your shell after running 'conda init'.
conda.sh가 있는 경로를 알아야한다
source ~/anaconda3/etc/profile.d/conda.sh
conda activate <env_name>
잘 된다 ㅎㅎ
반응형
'성장캐 > 기타' 카테고리의 다른 글
파워포인트 글머리 기호 가운데 정렬 (0) | 2024.04.01 |
---|---|
[에러해결] masks2segments Function ValueError: Ambiguous Truth Value of an Array (0) | 2024.03.13 |
[Arduino] Avrdude로 Ubuntu에서 .hex 포맷의 Arduino 파일 업로드 후 실행 (0) | 2023.05.03 |
ChatGPT로 Cats vs NonCats Classifier 만들기 (0) | 2023.05.02 |
[Python] from pytube import Playlist로 유튜브 영상 정보 확인 (0) | 2023.04.28 |
Comments