Terminal configurations in vs code
to setup conda-prompt in terminal….follow the info from here
ref: https://www.youtube.com/watch?v=t-r_x-LZrvM
- Step 1: open Anaconda Promt
- Step 2: type “conda init powershell”
- Step 3: open terminal or powershell (You will see the warning)
- Step 4: type “Set-ExecutionPolicy RemoteSigned -Scope CurrentUser”
- Step 5: Reload terminal and enjoy
to autoselect the same interpreter(same as kernel) for your terminal in vscode
- step 1: press ctrl + shift + P
- step 2: select ‘user preferences (JSON)’
- step 3: change “python.terminal.activateEnvironment” to ‘true’
- step 4: save, exit and restart vscode.