git bash를 열고 아래와 같이 쳐주면
echo ". /c/Users/유저이름/anaconda3/etc/profile.d/conda.sh" >> ~/.profile
git bash에서 conda 명령어 사용이 가능하다 !
git bash에서 conda 명령어 사용하기
www.python2.net/questions-153002.htm를 참조하여 해결했다. 먼저 본인 컴퓨터에 Anaconda3이 설치된 경로를 찾는다. 나는 C:/Users/유저이름/anaconda3 인데, echo ". /c/Users/유저이름/anaconda3/etc/profile.d/conda.sh" >> ~/.p
aimb.tistory.com
'Programming > Git, Github' 카테고리의 다른 글
| Git 명령어: 심화 활용법 (0) | 2025.10.20 |
|---|---|
| [Git/Github] 다른 사람의 repo를 내 repo로 가져오기 (set-url) (2) | 2023.04.26 |
| Git 명령어: 기본적인 개념과 사용법 (1) | 2022.09.06 |