본문 바로가기

프로그래밍

Windows Powershell Anaconda (base) 추가하기

만일 콘다가 없다면.... Anaconda Powershell 을 켜서 콘다 설치 위치를 파악하면 됩니다. 

 

conda info

 



There is no  Anaconda (base) in front of the command line.

1. init powershell in Conda

conda init powershell

2. Open powerhsell by admin and Set Execution Policy Unrestricted

Set-ExecutionPolicy -ExecutionPolicy Unrestricted

3. Restart Powershell

 


Additional 1. If you want to remove (base)

conda config --set auto_activate_base false

Additional 2. If you want to add again (base)

conda config --set auto_activate_base true