250x250
Notice
Recent Posts
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- compare구조체
- vector unique erase
- 네트워크형DB
- 멀티미디어DB
- 온라인처리
- 백트래킹
- 개발프레임워크
- 개발프레임워크의 기술 동향
- boj 11659
- 프로그래밍 언어 기술 동향
- 객체 지향형 DB
- Flutter
- 공간DB
- sync_with_stdio(0)
- BOJ
- 프로그래밍 언어
- 메인 메모리 DB
- Backtracking
- 소프트웨어 개발도구
- 클라우드기반 IDE
- 계층형DB
- aws winscp
- 객체관계형DB
- 소프트웨어아키텍처 기술 동향
- ANSI-SPARC
- c++
- TOPCIT
- 정렬
- compare
- 시간초과
Archives
옐그's 코딩라이프
[conda] activate CommandNotFoundError 해결하기 본문
CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
If using 'conda activate' from a batch script, change your
invocation to 'CALL conda.bat activate'.
To initialize your shell, run
$ conda init <SHELL_NAME>
Currently supported shells are:
- bash
- cmd.exe
- 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 init bash
다음과 같은 결과창이 뜨고 activate 명령어를 사용하면
$ conda activate test
보이는 것과 같이 잘 활성화되었다!
728x90
'AI' 카테고리의 다른 글
[tensor] tflite를 이용하여 과일 classification 어플 만들기 (1) (모델 만들기) (0) | 2022.11.29 |
---|---|
[tensor] InvalidArgumentError : Unknown image file format. One of JPEG, PNG, GIF, BMP required (0) | 2022.11.28 |