1. 윈도우 검색창에 anaconda 검색 및 파일 위치 열기
2. 터미널 설정 실행
3. 1번에서 열린 anaconda 파일 위치에서 powershell prompt 속성 확인 및 Target 확인
4. Target 전체 복사
Target 예시:
%windir%\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy ByPass -NoExit -Command "& 'C:\Users\Miner\miniconda3\shell\condabin\conda-hook.ps1' ; conda activate 'C:\Users\Miner\miniconda3' "
5. 복사한 Target 에서 powershell.exe~ 이후까지만 남김
예시:
powershell.exe -ExecutionPolicy ByPass -NoExit -Command "& 'C:\Users\Miner\miniconda3\shell\condabin\conda-hook.ps1' ; conda activate 'C:\Users\Miner\miniconda3' "
6. 터미널에서 새 프로필 추가
7. 명령줄 부분에 복사한 powershell.exe 부터의 target 붙여넣기
8. 저장 후 확인
끝