DEV Community

Discussion on: Easily add Anaconda Prompt to Windows Terminal to make life better

Collapse
 
cassiebreviu profile image
Cassie Breviu

Can you post the JSON here? For the startingDirectory change the JSON to the location you want the directory to open for startingDirectory.

Collapse
 
naveensk23 profile image
Naveen Kumar

{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6106}",
"hidden": false,
"icon":"C:\Users\navee\anaconda3\Menu\anaconda-navigator.ico",
"name": "AnacondaPrompt",
"commandline": "cmd.exe /K
C:\Users\navee\anaconda3\Scripts\activate.bat"
},

Thread Thread
 
cassiebreviu profile image
Cassie Breviu • Edited

Not sure if I completely understand. Are you trying to run as admin in win term?

Thread Thread
 
naveensk23 profile image
Naveen Kumar • Edited

No, I'm not trying to run as admin.... while running in a Windows Terminal by default it's running in admin mode
I tried to change the path also, but every time in windows terminal, the anaconda prompt opening as administrator mode.
Anyways it won't make any difference if I run as administrator mode, so no probs
Thank You Cassie, thanks for ur time n support :)

Thread Thread
 
pypeter profile image
PY-Peter

Add "startingDirectory": "C:\Users\navee" to settings.json file.
Does that solve the problem?