Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- react
- for
- XML
- MIPS
- system
- github
- instruction
- Class
- php
- computer
- python
- html
- DB
- web
- Pipelining
- CSS
- data structure
- architecture
- javascript
- Algorithm
- while
- MacOS
- Linux
- mysql
- function
- DATAPATH
- DS
- Java
- control
- DoM
Archives
- Today
- Total
YYYEJI
[MacOS] Conda : command not found Error 본문
728x90
Anaconda를 설치했지만 command not found 에러가 뜨면
아나콘다의 환경변수를 다시 등록해줘야 합니다.
↓↓↓ 환경변수 설정 ↓↓↓
vi ~/.zshrc
export PATH="/Users/[User_name]/opt/anaconda3/bin:$PATH"
source ~/.zshrc
conda --version
◡̈
'Python' 카테고리의 다른 글
[Python] 예외처리 (0) | 2022.11.19 |
---|---|
[Python] 파일 다루기 (2) | 2022.11.19 |
[Python] 문자열 형식화 (0) | 2022.11.04 |
[Python] Conda에서 package 설치하기 (0) | 2022.11.04 |
[Python] Conda 명령어 정리 (0) | 2022.11.03 |