
#ADD ANACONDA PROMPT TO WINDOWS TERMINAL INSTALL#
Install Anaconda Windows 10 Note for new comer.


Were you to add a ipython to the command, you would launch an ipython session. Here are the steps to add Anaconda Prompt to Windows Terminal. "commandline": "powershell.exe -ExecutionPolicy ByPass -NoExit -Command & 'C:\\ProgramData\\Miniconda3\\shell\\condabin\\conda-hook.ps1' conda activate 'C:\\ProgramData\\Miniconda3'"Īs a nice sidenote, you can also create a profile to directly launch an Ipython session or a jupyter notebook.Īs you may have noticed, lo launch anaconda in the commandline field we are just launching powershell.exe, and then telling the powershell instance to execute a -Command, which is the subsequent string.

open C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Anaconda3 (64-bit) (Optional) Install Anaconda (or the compact version Miniconda ): Installing on Windows Just type Windows key + R: Type cmd on the run window The command.So, I'm hoping that this is useful for people like me in the future.Īfter some time tinkering I generated an Anaconda profile: I realize I'm late of some years but I had a similar problem and stranded up here looking for an answer.
