From: https://dev.to/azure/easily-add-anaconda-prompt-in-windows-terminal-to-make-life-better-3p6j
Open settings from Terminal and add following:
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceee452369}",
"name": "Anaconda",
"icon": "%USERPROFILE%\\Anaconda3\\Menu\\anaconda-navigator.ico",
"commandline": "cmd.exe /K C:\\Users\\kkim\\Anaconda3\\Scripts\\activate.bat",
"hidden": false
}
Just change the user name (e.g "kkim") with yours.
No comments:
Post a Comment