Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- FSL
- coursera
- Emoji
- git
- x-ray
- ssl
- kernel
- Map-reduce
- procedure
- error
- Dual energy X-ray
- relaxation time
- NRMSE
- 동차좌표계
- Homogeneous Coordinates
- ml
- Anaconda
- pytorch
- object detection
- MySQL
- AWS
- https
- EC2
- pm2
- CT
- MRI
- 평가지표
- Cost Function
- nodejs
- ubuntu
Archives
- Today
- Total
Pay it Forward
[Anaconda] CommandNotFoundError: Your shell has not been properly configured to use 'conda activate' 에러 해결 본문
Tool/e.t.c
[Anaconda] CommandNotFoundError: Your shell has not been properly configured to use 'conda activate' 에러 해결
minjoony 2021. 1. 24. 21:56728x90
Error 내용 :
해결법 : 다음과 같이 명령어 입력.
$ cd ~ # home 디렉토리로 이동
$ source ~/anaconda3/etc/profile.d/conda.sh # 스크립트 파일 수정
$ conda activate [env name] # 가상환경 실행
728x90
'Tool > e.t.c' 카테고리의 다른 글
[Linux/ubuntu] linux/ubuntu 명령어 모음 (0) | 2021.05.18 |
---|---|
[Anaconda] Ubuntu에 Anaconda 설치하기 (0) | 2021.05.14 |
[Anaconda] Jupyter 가상환경 Kernel 생성/삭제하기 (0) | 2021.01.25 |
[Anaconda] Conda 명령어, 기본 개념 모음 (0) | 2020.11.26 |
[Pycharm] 파이참 패키지 설치하기 (0) | 2020.04.17 |
Comments