사용자 도구

사이트 도구


정근성_환경설정

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

정근성_환경설정 [2020/04/14 08:25]
정근성_환경설정 [2021/04/13 06:54] (현재)
줄 1: 줄 1:
 +===== VS Code + Conda + Powershell ===== 
 +integrated terminal 
 +<code> 
 +
 +    "terminal.integrated.shell.windows": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", 
 +      
 +    "terminal.integrated.shellArgs.windows": [        
 +        "-ExecutionPolicy", 
 +        "ByPass", 
 +        "-NoExit", 
 +        "-Command", 
 +        "& 'C:\\Users\\anint\\Anaconda3\\shell\\condabin\\conda-hook.ps1' ; conda activate 'C:\\Users\\anint\\Anaconda3'" 
 +        ], 
 +
 +</code>
정근성_환경설정.txt · 마지막으로 수정됨: 2021/04/13 06:54 (바깥 편집)