Anacona Prompt Add #4679

Closed
opened 2026-01-30 23:53:56 +00:00 by claunia · 4 comments
Owner

Originally created by @JinZhuXing on GitHub (Oct 27, 2019).

Hi,
Please add Anaconda prompt to list.
I installed anaconda, but I can't see it in terminal list.
Please help me.

Originally created by @JinZhuXing on GitHub (Oct 27, 2019). Hi, Please add Anaconda prompt to list. I installed anaconda, but I can't see it in terminal list. Please help me.
claunia added the Issue-FeatureResolution-Duplicate labels 2026-01-30 23:53:57 +00:00
Author
Owner

@Chen-Zhe commented on GitHub (Oct 27, 2019):

you can add the following section under "profiles" key in profiles.json to add Anaconda into the list. You might need to change the paths depending on where you installed Anaconda. (the following example is for Anaconda3 installed on the default location)

{
    "acrylicOpacity" : 0.9,
    "closeOnExit" : true,
    "colorScheme" : "Campbell",
    "commandline" : "cmd.exe /K %USERPROFILE%\\Anaconda3\\Scripts\\activate.bat %USERPROFILE%\\Anaconda3",
    "cursorColor" : "#FFFFFF",
    "cursorShape" : "bar",
    "fontFace" : "Consolas",
    "fontSize" : 14,
    "guid" : "{0caa0dad-35be-5f56-a8ff-afceeeaa6100}",
    "historySize" : 9001,
    "icon" : "%USERPROFILE%/Anaconda3/Menu/anaconda-navigator.ico",
    "name" : "Anaconda3",
    "padding" : "0, 0, 0, 0",
    "snapOnInput" : true,
    "startingDirectory" : "%USERPROFILE%",
    "useAcrylic" : true
}
@Chen-Zhe commented on GitHub (Oct 27, 2019): you can add the following section under "profiles" key in profiles.json to add Anaconda into the list. You might need to change the paths depending on where you installed Anaconda. (the following example is for Anaconda3 installed on the default location) ```json { "acrylicOpacity" : 0.9, "closeOnExit" : true, "colorScheme" : "Campbell", "commandline" : "cmd.exe /K %USERPROFILE%\\Anaconda3\\Scripts\\activate.bat %USERPROFILE%\\Anaconda3", "cursorColor" : "#FFFFFF", "cursorShape" : "bar", "fontFace" : "Consolas", "fontSize" : 14, "guid" : "{0caa0dad-35be-5f56-a8ff-afceeeaa6100}", "historySize" : 9001, "icon" : "%USERPROFILE%/Anaconda3/Menu/anaconda-navigator.ico", "name" : "Anaconda3", "padding" : "0, 0, 0, 0", "snapOnInput" : true, "startingDirectory" : "%USERPROFILE%", "useAcrylic" : true } ```
Author
Owner

@JinZhuXing commented on GitHub (Oct 28, 2019):

Thank you for your reply.
I want to if the anaconda is installed on my system, terminal recognize it and add above script automatically.
Thank you.

@JinZhuXing commented on GitHub (Oct 28, 2019): Thank you for your reply. I want to if the anaconda is installed on my system, terminal recognize it and add above script automatically. Thank you.
Author
Owner

@DHowett-MSFT commented on GitHub (Oct 29, 2019):

This is a /dupe of #2283. Thanks for the request!

@DHowett-MSFT commented on GitHub (Oct 29, 2019): This is a /dupe of #2283. Thanks for the request!
Author
Owner

@ghost commented on GitHub (Oct 29, 2019):

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost commented on GitHub (Oct 29, 2019): Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#4679